From 90bfc87b8e785d06f79b096c09f2ab15bb8c10b0 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 30 Jan 2023 13:40:15 +0200 Subject: [PATCH] Update Alpine to v3.17 Signed-off-by: Stefan Prodan --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80dcb67..20812c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"