Skip to content

Commit

Permalink
fix variable $CRUSHFTP_VER
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Jun 27, 2024
1 parent 0d18909 commit 5e2dad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crushftp-source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG CRUSHFTP_VER=CrushFTP11
RUN unzip -oq ${CRUSHFTP_VER}.zip
# create folder /src if not exist
WORKDIR /src
RUN cd /tmp/CRUSHFTP_VER \
RUN cd /tmp/$CRUSHFTP_VER \
&& zip -qr9 /src/crushftp.zip * \
&& date '+%F %T %z'>/src/__builddate.txt

Expand Down

0 comments on commit 5e2dad2

Please sign in to comment.