mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
update alpine base image to 3.11
This commit is contained in:
parent
4be51a9445
commit
0ea6c301b6
@ -25,7 +25,7 @@ RUN go mod vendor && \
|
|||||||
make build
|
make build
|
||||||
|
|
||||||
# final image
|
# final image
|
||||||
FROM alpine:3.10
|
FROM alpine:3.11
|
||||||
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
|
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates && \
|
RUN apk add --no-cache ca-certificates && \
|
||||||
|
Loading…
Reference in New Issue
Block a user