mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
Merge pull request #1477 from Annegies/update-alpine-3115
Bump alpine base image to 3.11.5
This commit is contained in:
commit
2767488552
@ -25,7 +25,7 @@ RUN go mod vendor && \
|
||||
make build
|
||||
|
||||
# final image
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.11.5
|
||||
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
|
||||
|
||||
RUN apk add --no-cache ca-certificates && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user