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 2ffceb6 commit ed7b871Copy full SHA for ed7b871
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Change Log
2
========================================
3
4
+v0.6.2 - 2021-07-27
5
+----------------------------------------
6
+
7
+- Add default option for environment variables
8
9
10
v0.6.1 - 2021-07-21
11
----------------------------------------
12
Dockerfile
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
ENV PS1 "\n\n>> bashly \W \$ "
WORKDIR /app
-RUN gem install bashly --version 0.6.1
+RUN gem install bashly --version 0.6.2
ENTRYPOINT ["bashly"]
0 commit comments