update to v2.19.1 (#31)

This commit is contained in:
Alexis Saettler 2020-09-12 22:55:46 +02:00 committed by GitHub
parent a4b166a89e
commit 1c9fd657cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -130,9 +130,9 @@ RUN set -ex; \
WORKDIR /var/www/html WORKDIR /var/www/html
# Define Monica version # Define Monica version
ENV MONICA_VERSION v2.19.0 ENV MONICA_VERSION v2.19.1
LABEL org.opencontainers.image.revision="afded47750156f5ec4d41edbccbee0b63b6a21e8" \ LABEL org.opencontainers.image.revision="6d809fda1d59048521c6d5c7e8c3306039b18d4c" \
org.opencontainers.image.version="v2.19.0" org.opencontainers.image.version="v2.19.1"
RUN set -ex; \ RUN set -ex; \
fetchDeps=" \ fetchDeps=" \

View File

@ -109,9 +109,9 @@ RUN set -ex; \
WORKDIR /var/www/html WORKDIR /var/www/html
# Define Monica version # Define Monica version
ENV MONICA_VERSION v2.19.0 ENV MONICA_VERSION v2.19.1
LABEL org.opencontainers.image.revision="afded47750156f5ec4d41edbccbee0b63b6a21e8" \ LABEL org.opencontainers.image.revision="6d809fda1d59048521c6d5c7e8c3306039b18d4c" \
org.opencontainers.image.version="v2.19.0" org.opencontainers.image.version="v2.19.1"
RUN set -ex; \ RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \ apk add --no-cache --virtual .fetch-deps \

View File

@ -116,9 +116,9 @@ RUN set -ex; \
WORKDIR /var/www/html WORKDIR /var/www/html
# Define Monica version # Define Monica version
ENV MONICA_VERSION v2.19.0 ENV MONICA_VERSION v2.19.1
LABEL org.opencontainers.image.revision="afded47750156f5ec4d41edbccbee0b63b6a21e8" \ LABEL org.opencontainers.image.revision="6d809fda1d59048521c6d5c7e8c3306039b18d4c" \
org.opencontainers.image.version="v2.19.0" org.opencontainers.image.version="v2.19.1"
RUN set -ex; \ RUN set -ex; \
fetchDeps=" \ fetchDeps=" \