Skip to content

Commit 185ef08

Browse files
committed
[deps] Upgraded system packages in openwisp_nfs Dockerfile
1 parent 5fd52fc commit 185ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/openwisp_nfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.21
22

33
# hadolint ignore=DL3018
44
RUN apk add --no-cache --update --verbose \
5-
tzdata~=2024b-r0 \
5+
tzdata~=2025a-r0 \
66
nfs-utils~=2.6.4-r1 && \
77
rm -rf /var/cache/apk/* /tmp/*
88

0 commit comments

Comments
 (0)