bump alpine image version to 3.20 (#4968)

pull/4969/head
dani 2 years ago committed by GitHub
parent 06141b4f72
commit cc2f78e8a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 && \
@ -41,7 +41,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
@ -94,7 +94,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