bump alpine image version to 3.20 (#4968)

pull/4977/head
dani 2 years ago committed by Danielle Miu
parent 7326b6cc83
commit afe582c82d

@ -14,7 +14,7 @@
# Development docker image
FROM docker.mirror.hashicorp.services/alpine:3.18 as dev
FROM docker.mirror.hashicorp.services/alpine:3.20 as dev
RUN set -eux && \
addgroup boundary && \
@ -37,7 +37,7 @@ CMD ["server", "-config", "/boundary/config.hcl"]
# Official docker image that uses binaries from releases.hashicorp.com
FROM docker.mirror.hashicorp.services/alpine:3.18 as official
FROM docker.mirror.hashicorp.services/alpine:3.20 as official
ARG PRODUCT_VERSION
@ -87,7 +87,7 @@ CMD ["server", "-config", "/boundary/config.hcl"]
# Production docker image
# Remember, this cannot be built locally
FROM docker.mirror.hashicorp.services/alpine:3.18 as default
FROM docker.mirror.hashicorp.services/alpine:3.20 as default
ARG BIN_NAME
# NAME and PRODUCT_VERSION are the name of the software in releases.hashicorp.com

Loading…
Cancel
Save