Backport of Update Dockerfile: bump alpine into release/1.17.x (#20916)

* backport of commit 1547f28877

* backport of commit c4f16eb987

* backport of commit 900b2c02c5

---------

Co-authored-by: David Yu <dyu@hashicorp.com>
pull/20922/head
hc-github-team-consul-core 8 months ago committed by GitHub
parent 3e2302b191
commit 62538b4009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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