mirror of https://github.com/hashicorp/consul
Backport of Update Dockerfile: Base image for dev bump into release/1.17.x (#20922)
backport of commit 8b932b6bf8
Co-authored-by: David Yu <dyu@hashicorp.com>
pull/20927/head
parent
62538b4009
commit
45706994d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue