update repo link
This commit is contained in:
parent
7eb51d915a
commit
fb119132c7
@ -35,8 +35,8 @@ ENV RLFILE rainloop-community-latest.zip
|
||||
ENV RLFILESIG rainloop-community-latest.zip.asc
|
||||
ENV FINGERPRINT "3B797ECE694F3B7B70F311A4ED7C49D987DA4591"
|
||||
WORKDIR $DATA
|
||||
RUN wget -O $RLFILE http://repository.rainloop.net/v2/webmail/$RLFILE && \
|
||||
wget -O $RLFILESIG http://repository.rainloop.net/v2/webmail/$RLFILESIG && \
|
||||
RUN wget -O $RLFILE https://www.rainloop.net/repository/webmail/$RLFILE && \
|
||||
wget -O $RLFILESIG https://www.rainloop.net/repository/webmail/$RLFILESIG && \
|
||||
export GNUPGHOME="$(mktemp -d)" && \
|
||||
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$FINGERPRINT" && \
|
||||
gpg --batch --verify $RLFILESIG $RLFILE && \
|
||||
|
Loading…
Reference in New Issue
Block a user