From c8fa7e82c5ba40857961efda464f0cc60c23cb25 Mon Sep 17 00:00:00 2001 From: Sergey Berezansky Date: Sun, 28 Jul 2024 18:55:08 +0300 Subject: [PATCH] chore(deps): bump alpine to 3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e2f98d9f..d0837b84d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN true RUN echo Building package RUN CGO_ENABLED=0 GOOS="linux" GOARCH="amd64" go build -a -ldflags '-X main.version='$VERSION' -extldflags "-static"' -o "/bin/wekafsplugin" /src/cmd/* -FROM alpine:3.18 +FROM alpine:3.20 LABEL maintainers="WekaIO, LTD" LABEL description="Weka CSI Driver" # Add util-linux to get a new version of losetup.