Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tidalf authored Feb 8, 2021
1 parent 124c4b6 commit 5bf8c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN addgroup vault && \
# Set up certificates, our base tools, and Vault.
# from https://github.com/hashicorp/docker-vault/blob/master/0.X/Dockerfile
RUN set -eux; \
export VAULT_VERSION=1.6.1; \
export VAULT_VERSION=1.6.2; \
export TERRAFORM_VERSION=0.14.3; \
apk add --no-cache ca-certificates gnupg openssl libcap su-exec dumb-init tzdata && \
apkArch="$(apk --print-arch)"; \
Expand Down

0 comments on commit 5bf8c77

Please sign in to comment.