We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761eabd commit 90c9c5eCopy full SHA for 90c9c5e
images/openwisp_nfs/Dockerfile
@@ -2,8 +2,8 @@ FROM alpine:3.21
2
3
# hadolint ignore=DL3018
4
RUN apk add --no-cache --update --verbose \
5
- tzdata~=2024b-r0 \
6
- nfs-utils~=2.6.4-r1 && \
+ tzdata~=2025a-r0 \
+ nfs-utils~=2.6.4-r3 && \
7
rm -rf /var/cache/apk/* /tmp/*
8
9
COPY ./openwisp_nfs/init_command.sh /init_command.sh
0 commit comments