push to version 1.4.4

This commit is contained in:
Sebastian Hugentobler 2020-04-30 07:23:15 +00:00
parent 7e2af03089
commit e087bbf66c

View File

@ -1,7 +1,7 @@
FROM alpine:3.11 AS builder
ENV VERSION=1.4.3
ENV SHA256_SUM=24f250289f961813a222d0cb8e1449dc95b0605334b2fd4d4468ecd96e4e54bf
ENV VERSION=1.4.4
ENV SHA256_SUM=2b8923836a0f83f9806fffc6dfa245705968a0005deab66c1056570eae11c7d7
RUN wget https://github.com/roundcube/roundcubemail/releases/download/$VERSION/roundcubemail-$VERSION-complete.tar.gz
RUN echo "$SHA256_SUM roundcubemail-$VERSION-complete.tar.gz" | sha256sum -c - || exit 1
RUN mkdir -p /var/lib/roundcube