Update Alpine to v3.17

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2023-01-30 13:40:15 +02:00
parent 824b25d453
commit 90bfc87b8e
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ COPY internal/ internal/
ENV CGO_ENABLED=0
RUN xx-go build -trimpath -a -o notification-controller main.go
FROM alpine:3.16
FROM alpine:3.17
LABEL org.opencontainers.image.source="https://github.com/fluxcd/notification-controller"