This commit is contained in:
djmaze 2021-10-29 13:09:12 +02:00
parent d3ad9dc115
commit 1904ecf7d9
9 changed files with 42 additions and 25 deletions

View file

@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
# If you change the extraction below, be sure to test on scaleway
VERSION=2.7.3
VERSION=2.8.0
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
unzip /tmp/snappymail.zip -d /app/code && \
rm /tmp/snappymail.zip && \