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 d974404 commit bcc8612Copy full SHA for bcc8612
Dockerfile
@@ -1,8 +1,8 @@
1
FROM dannyben/alpine-ruby:3.3.3
2
3
-ENV PS1 "\n\n>> completely \W \$ "
+ENV PS1="\n\n>> completely \W \$ "
4
WORKDIR /app
5
6
-RUN gem install completely --version 0.7.0
+RUN gem install completely --version 0.7.1
7
8
ENTRYPOINT ["completely"]
lib/completely/version.rb
@@ -1,3 +1,3 @@
module Completely
- VERSION = '0.7.0'
+ VERSION = '0.7.1'
end
0 commit comments