Skip to content

Commit 6c94c1d

Browse files
committed
Bump version
1 parent af0de9b commit 6c94c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashicorp-vault/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM busybox
22
MAINTAINER Joel Bastos <[email protected]>
33

4-
ENV VERSION "0.7.0"
4+
ENV VERSION "0.8.0"
55

66
ADD https://releases.hashicorp.com/vault/${VERSION}/vault_${VERSION}_linux_amd64.zip /tmp/vault_${VERSION}_linux_amd64.zip
77
RUN unzip -o /tmp/vault_${VERSION}_linux_amd64.zip -d /bin/ && rm /tmp/vault_${VERSION}_linux_amd64.zip

0 commit comments

Comments
 (0)