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 1e6e346 commit 1893c7fCopy full SHA for 1893c7f
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Change Log
2
========================================
3
4
+v0.8.4 - 2022-09-04
5
+----------------------------------------
6
+
7
+- Update completely to version 0.5.0
8
9
10
v0.8.3 - 2022-08-16
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.8.3
+RUN gem install bashly --version 0.8.4
ENTRYPOINT ["bashly"]
0 commit comments