From fe888bd1fb110544f1e2d914f133d215094ca287 Mon Sep 17 00:00:00 2001 From: David Mattia Date: Thu, 20 Jan 2022 09:40:26 -0600 Subject: [PATCH] Upgrade to alpine 3.15 --- 0.X/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.X/Dockerfile b/0.X/Dockerfile index db3c841..3c895dc 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14 +FROM alpine:3.15 # This is the release of Vault to pull in. ARG VAULT_VERSION=1.9.2