From fe92e959fd780750c8f2773931ad2776c94aadf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Sch=C3=A4fer?= Date: Mon, 27 May 2024 12:09:24 +0200 Subject: [PATCH] Bump nfs-utils to 2.6.4-r1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9fc27f..2120355 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ FROM alpine:3.20.0 # Hadolint wants us to pin apk packages to specific versions, mostly to make sure sudden incompatible changes # don't get released - for ca-certificates this only gives us the downside of randomly failing docker builds # hadolint ignore=DL3018 -RUN apk --no-cache add ca-certificates && apk --no-cache add nfs-utils=2.6.4-r0 +RUN apk --no-cache add ca-certificates && apk --no-cache add nfs-utils=2.6.4-r1 COPY --from=builder /src/csi-driver /csi-driver ENTRYPOINT ["/csi-driver"]