mirror of https://github.com/hashicorp/consul
Backport of Update Dockerfile: bump alpine into release/1.17.x (#20916)
* backport of commitpull/20922/head1547f28877
* backport of commitc4f16eb987
* backport of commit900b2c02c5
--------- Co-authored-by: David Yu <dyu@hashicorp.com>
parent
3e2302b191
commit
62538b4009
|
@ -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…
Reference in New Issue