Skip to content

Commit

Permalink
Bump nfs-utils to 2.6.4-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Schäfer authored and anx-mschaefer committed Jan 4, 2024
1 parent 7be1ed4 commit 3e6d9f5
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.19.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.3-r1
RUN apk --no-cache add ca-certificates && apk --no-cache add nfs-utils=2.6.4-r0

COPY --from=builder /src/csi-driver /csi-driver
ENTRYPOINT ["/csi-driver"]

0 comments on commit 3e6d9f5

Please sign in to comment.