Update Alpine to v3.16

Bump base image to Alpine v3.16

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2022-05-27 12:29:15 +03:00
parent b075f7a44c
commit b602ba873b
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
1 changed files with 1 additions and 1 deletions

View File

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