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 bcda210 commit f695f4eCopy full SHA for f695f4e
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM dannyben/alpine-ruby:3.3.3
+FROM dannyben/alpine-ruby:4.0
2
3
LABEL io.whalebrew.name=bashly
4
5
ENV PS1="\n\n>> bashly \W \$ "
6
-ENV BASHLY_VERSION=1.3.5
+ENV BASHLY_VERSION=1.3.6
7
8
WORKDIR /app
9
lib/bashly/version.rb
@@ -1,3 +1,3 @@
module Bashly
- VERSION = '1.3.5'
+ VERSION = '1.3.6'
end
0 commit comments