From c78f1384eb2125cb6a82f8762f8ad474439770ad Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Wed, 27 Mar 2024 22:04:52 -0400 Subject: [PATCH] Backport of Update Dockerfile: Base image for dev bump into release/1.18.x (#20923) backport of commit 8b932b6bf8eb60e94989bf72e848d20eecceaa49 Co-authored-by: David Yu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aec025bad0..e68a2190b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ # Official docker image that includes binaries from releases.hashicorp.com. This # downloads the release from releases.hashicorp.com and therefore requires that # the release is published before building the Docker image. -FROM docker.mirror.hashicorp.services/alpine:3.18 as official +FROM docker.mirror.hashicorp.services/alpine:3.19 as official # This is the release of Consul to pull in. ARG VERSION