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 5fd52fc commit 185ef08Copy full SHA for 185ef08
images/openwisp_nfs/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.21
2
3
# hadolint ignore=DL3018
4
RUN apk add --no-cache --update --verbose \
5
- tzdata~=2024b-r0 \
+ tzdata~=2025a-r0 \
6
nfs-utils~=2.6.4-r1 && \
7
rm -rf /var/cache/apk/* /tmp/*
8
0 commit comments