Update Dockerfile: bump alpine

pull/20897/head
David Yu 2024-03-26 09:22:14 -07:00 committed by GitHub
parent d7f25631ce
commit 1547f28877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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