diff --git a/0.X/Dockerfile b/0.X/Dockerfile index 8234208..3eaaf3e 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.18.2 +FROM alpine:3.18.4 # This is the release of Vault to pull in. -ARG VAULT_VERSION=1.12.10 +ARG VAULT_VERSION=1.20.10 # Install dependencies RUN \