Update Dockerfile: bump alpine

pull/20897/head
David Yu 8 months ago committed by GitHub
parent d7f25631ce
commit 1547f28877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -112,7 +112,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.18 as default
FROM docker.mirror.hashicorp.services/alpine:3.19 as default
ARG PRODUCT_VERSION
ARG BIN_NAME

Loading…
Cancel
Save