diff --git a/0.X/Dockerfile b/0.X/Dockerfile index 81a90f8..a210069 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.18.4 # This is the release of Vault to pull in. -ARG VAULT_VERSION=1.15.6 +ARG VAULT_VERSION=1.16.1 # Install dependencies RUN \