Skip to content

Commit

Permalink
Bump nfs-utils to 2.6.4-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Schäfer authored and nachtjasmin committed Jul 2, 2024
1 parent 75d94aa commit fe92e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit fe92e95

Please sign in to comment.