Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 0c9769c

Browse files
Update Dockerfile
1 parent 8d82717 commit 0c9769c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ruby:2.3.1
33
# throw errors if Gemfile has been modified since Gemfile.lock
44
RUN bundle config --global frozen 1
55

6-
ENV KUBERNETES_SECRET_ENV_VERSION=0.0.1
6+
ENV KUBERNETES_SECRET_ENV_VERSION=0.0.2
77
RUN \
88
mkdir -p /etc/secret-volume && \
99
cd /usr/local/bin && \

0 commit comments

Comments
 (0)