Skip to content

Commit 90c9c5e

Browse files
committed
[deps] Upgraded system packages in openwisp_nfs Dockerfile
1 parent 761eabd commit 90c9c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/openwisp_nfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM alpine:3.21
22

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

99
COPY ./openwisp_nfs/init_command.sh /init_command.sh

0 commit comments

Comments
 (0)