Browse Source

Update Dockerfile: bump alpine (#20897)

* Update Dockerfile: bump alpine

* Create 20897

* Rename 20897 to 20897.txt
pull/20919/head
David Yu 8 months ago committed by GitHub
parent
commit
4259b7b33c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .changelog/20897.txt
  2. 2
      Dockerfile

3
.changelog/20897.txt

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

2
Dockerfile

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