Update Dockerfile: bump alpine (#20897)

* Update Dockerfile: bump alpine

* Create 20897

* Rename 20897 to 20897.txt
This commit is contained in:
David Yu 2024-03-27 14:43:14 -07:00 committed by GitHub
parent 6212e7ecc1
commit 4259b7b33c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
.changelog/20897.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:security
Bump Dockerfile base image to `alpine:3.19`.
```

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