Skip to content

Commit

Permalink
[change] Unpinned system packages
Browse files Browse the repository at this point in the history
Alpine repositories only contain one version of
the system package. Pinning dependencies provides
little to no benefit and result in failing CI
builds when old packages are yanked.
  • Loading branch information
pandafy committed Sep 17, 2024
1 parent e675b94 commit 2c233f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/openwisp_nfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3.20

# hadolint ignore=DL3018
RUN apk add --no-cache --update --verbose \
tzdata~=2024a-r0 \
nfs-utils~=2.6.1-r1 && \
tzdata \
nfs-utils && \
rm -rf /var/cache/apk/* /tmp/*

COPY ./openwisp_nfs/init_command.sh /init_command.sh
Expand Down

0 comments on commit 2c233f6

Please sign in to comment.