Update docker image base to alpine:3.15 (#12276)

This commit is contained in:
Michele Degges 2022-02-04 13:56:39 -08:00 committed by GitHub
parent be974eff36
commit c600558594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,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.13 as official
FROM docker.mirror.hashicorp.services/alpine:3.15 as official
# This is the release of Consul to pull in.
ARG VERSION
@ -108,7 +108,7 @@ CMD ["agent", "-dev", "-client", "0.0.0.0"]
# Production docker image that uses CI built binaries.
# Remember, this image cannot be built locally.
FROM docker.mirror.hashicorp.services/alpine:3.13 as default
FROM docker.mirror.hashicorp.services/alpine:3.15 as default
ARG VERSION
ARG BIN_NAME