Update Dockerfile: alpine 3.19 for 1.15.x (#20924)

Update Dockerfile
pull/20929/head
David Yu 2024-03-28 08:17:19 -07:00 committed by GitHub
parent a2abd49ffc
commit 7d44797870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# Official docker image that includes binaries from releases.hashicorp.com. This # Official docker image that includes binaries from releases.hashicorp.com. This
# downloads the release from releases.hashicorp.com and therefore requires that # downloads the release from releases.hashicorp.com and therefore requires that
# the release is published before building the Docker image. # the release is published before building the Docker image.
FROM docker.mirror.hashicorp.services/alpine:3.17 as official FROM docker.mirror.hashicorp.services/alpine:3.19 as official
# This is the release of Consul to pull in. # This is the release of Consul to pull in.
ARG VERSION ARG VERSION