Skip to content

Commit

Permalink
version bump 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 10, 2024
1 parent c84f0b7 commit a5ccc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM dannyben/alpine-ruby:3.2.2

RUN apk add --no-cache libsodium-dev
RUN gem install secret_hub --version 0.2.1
RUN gem install secret_hub --version 0.2.2

WORKDIR /app
VOLUME /app
Expand Down
2 changes: 1 addition & 1 deletion lib/secret_hub/version.rb
@@ -1,3 +1,3 @@
module SecretHub
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit a5ccc56

Please sign in to comment.