mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
Update Dockerfile: bump alpine (#20897)
* Update Dockerfile: bump alpine * Create 20897 * Rename 20897 to 20897.txt
This commit is contained in:
parent
6212e7ecc1
commit
4259b7b33c
3
.changelog/20897.txt
Normal file
3
.changelog/20897.txt
Normal file
@ -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…
x
Reference in New Issue
Block a user