From fb47cef508d77aba3804bcf96afba3aa93da4337 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 26 May 2022 18:58:17 +0300 Subject: [PATCH] Update Alpine to v3.16 Signed-off-by: Stefan Prodan --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbbaf1b..08177eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ COPY internal/ internal/ ENV CGO_ENABLED=0 RUN xx-go build -a -o helm-controller main.go -FROM alpine:3.15 +FROM alpine:3.16 # link repo to the GitHub Container Registry image LABEL org.opencontainers.image.source="https://github.com/fluxcd/helm-controller"