Skip to content

Commit

Permalink
Update filesender version to 2.51; SSP version to 1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
3x3cut0r authored Nov 18, 2024
1 parent f569593 commit a8ae5c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions filesender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ LABEL maintainer="Julian Reith <[email protected]>"
LABEL description="FileSender: send large files securely and encrypted (on alpine)"

# build args
ARG REF=2.40
ARG REF=2.51
ARG REF_SUM=""
ARG SSP_REF=1.19.7
ARG SSP_REF=1.19.8
ARG SSP_SUM="ca06d22d265fb75ee0f91d1e013db167dcc33ee449d03a81bd20160f899273cf"

ENV FILESENDER_VERSION=$REF \
Expand All @@ -30,7 +30,7 @@ RUN apk -U upgrade && \

# download filesender
RUN cd /opt && \
curl -kL https://github.com/filesender/filesender/archive/master-filesender-${FILESENDER_VERSION}.tar.gz | tar xz && \
curl -kL https://github.com/filesender/filesender/archive/refs/tags/filesender-${FILESENDER_VERSION}.tar.gz | tar xz && \
mv filesender-* filesender && \
cd filesender && \
mkdir -p files tmp log && \
Expand Down

0 comments on commit a8ae5c1

Please sign in to comment.