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:
parent
b075f7a44c
commit
b602ba873b
|
@ -33,7 +33,7 @@ COPY internal/ internal/
|
||||||
ENV CGO_ENABLED=0
|
ENV CGO_ENABLED=0
|
||||||
RUN xx-go build -a -o image-reflector-controller main.go
|
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"
|
LABEL org.opencontainers.image.source="https://github.com/fluxcd/image-reflector-controller"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue