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"]