mirror of https://github.com/hashicorp/consul
Update Dockerfile: bump alpine
parent
d7f25631ce
commit
1547f28877
|
@ -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