mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +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
|
||||
|
||||
# final image
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
|
||||
|
||||
RUN apk add --no-cache ca-certificates && \
|
||||
|
Loading…
Reference in New Issue
Block a user