From 2357f6d05b71e8d4ddcef5a3a98cf642cd5ea835 Mon Sep 17 00:00:00 2001 From: Pawel Rozlach Date: Tue, 16 Nov 2021 13:40:38 +0100 Subject: [PATCH] Update Alpine to v3.14 Signed-off-by: Pawel Rozlach --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da59d14d..ee709e86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.13 +FROM alpine:3.14 LABEL org.opencontainers.image.source="https://github.com/fluxcd/image-reflector-controller"