Skip to content

Commit

Permalink
fix version pin for filebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
churnikov committed Mar 12, 2024
1 parent 6939a84 commit 4101826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serve-filemanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ COPY filebrowser.json /.filebrowser.json

COPY startup.sh /usr/local/bin/startup.sh
RUN apk add --update --no-cache \
wget=1.21.4 \
zip=3.0-r12 \
unzip=6.0-r14 \
wget~=1.21 \
zip~=3 \
unzip~=6 \
&& adduser -D -u 1000 -g 1000 -h $HOME $USER \
&& chmod +x /usr/local/bin/startup.sh \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4101826

Please sign in to comment.