We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb4ace commit 7cd4a54Copy full SHA for 7cd4a54
Dockerfile
@@ -26,10 +26,10 @@ RUN apk update && apk upgrade
26
RUN apk add build-base bash ruby ruby-etc ruby-dev
27
28
# Install builtin fonts
29
-RUN gem install invoice_printer_fonts --version 2.2.0 --no-document
+RUN gem install invoice_printer_fonts --version 2.3.0 --no-document
30
31
# Install the gem from RubyGems.org
32
-RUN gem install invoice_printer_server --version 2.2.0 --no-document
+RUN gem install invoice_printer_server --version 2.3.0 --no-document
33
34
# Clean APK cache
35
RUN rm -rf /var/cache/apk/*
lib/invoice_printer/version.rb
@@ -1,3 +1,3 @@
1
module InvoicePrinter
2
- VERSION = '2.2.0'
+ VERSION = '2.3.0'
3
end
0 commit comments