Update to version v2.18.0 (#21)

This commit is contained in:
Alexis Saettler 2020-05-23 15:26:56 +02:00 committed by GitHub
parent 94858ec2e1
commit b14e1fad85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -5,10 +5,10 @@ LABEL org.opencontainers.image.authors="Alexis Saettler <alexis@saettler.org>" \
org.opencontainers.image.title="MonicaHQ, the Personal Relationship Manager" \ org.opencontainers.image.title="MonicaHQ, the Personal Relationship Manager" \
org.opencontainers.image.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \ org.opencontainers.image.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \
org.opencontainers.image.url="https://monicahq.com" \ org.opencontainers.image.url="https://monicahq.com" \
org.opencontainers.image.revision="3a1243d3195668171b8d096c0f903c08513336d9" \ org.opencontainers.image.revision="186f336799df2740df28198bfd2431f206668ff2" \
org.opencontainers.image.source="https://github.com/monicahq/docker" \ org.opencontainers.image.source="https://github.com/monicahq/docker" \
org.opencontainers.image.vendor="Monica" \ org.opencontainers.image.vendor="Monica" \
org.opencontainers.image.version="v2.17.0" org.opencontainers.image.version="v2.18.0"
# entrypoint.sh dependencies # entrypoint.sh dependencies
RUN set -ex; \ RUN set -ex; \
@ -135,7 +135,7 @@ RUN set -ex; \
WORKDIR /var/www/html WORKDIR /var/www/html
# Define Monica version # Define Monica version
ENV MONICA_VERSION v2.17.0 ENV MONICA_VERSION v2.18.0
RUN set -ex; \ RUN set -ex; \
fetchDeps=" \ fetchDeps=" \

View File

@ -5,10 +5,10 @@ LABEL org.opencontainers.image.authors="Alexis Saettler <alexis@saettler.org>" \
org.opencontainers.image.title="MonicaHQ, the Personal Relationship Manager" \ org.opencontainers.image.title="MonicaHQ, the Personal Relationship Manager" \
org.opencontainers.image.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \ org.opencontainers.image.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \
org.opencontainers.image.url="https://monicahq.com" \ org.opencontainers.image.url="https://monicahq.com" \
org.opencontainers.image.revision="3a1243d3195668171b8d096c0f903c08513336d9" \ org.opencontainers.image.revision="186f336799df2740df28198bfd2431f206668ff2" \
org.opencontainers.image.source="https://github.com/monicahq/docker" \ org.opencontainers.image.source="https://github.com/monicahq/docker" \
org.opencontainers.image.vendor="Monica" \ org.opencontainers.image.vendor="Monica" \
org.opencontainers.image.version="v2.17.0" org.opencontainers.image.version="v2.18.0"
# entrypoint.sh dependencies # entrypoint.sh dependencies
RUN set -ex; \ RUN set -ex; \
@ -113,7 +113,7 @@ RUN set -ex; \
WORKDIR /var/www/html WORKDIR /var/www/html
# Define Monica version # Define Monica version
ENV MONICA_VERSION v2.17.0 ENV MONICA_VERSION v2.18.0
RUN set -ex; \ RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \ apk add --no-cache --virtual .fetch-deps \

View File

@ -5,10 +5,10 @@ LABEL org.opencontainers.image.authors="Alexis Saettler <alexis@saettler.org>" \
org.opencontainers.image.title="MonicaHQ, the Personal Relationship Manager" \ org.opencontainers.image.title="MonicaHQ, the Personal Relationship Manager" \
org.opencontainers.image.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \ org.opencontainers.image.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \
org.opencontainers.image.url="https://monicahq.com" \ org.opencontainers.image.url="https://monicahq.com" \
org.opencontainers.image.revision="3a1243d3195668171b8d096c0f903c08513336d9" \ org.opencontainers.image.revision="186f336799df2740df28198bfd2431f206668ff2" \
org.opencontainers.image.source="https://github.com/monicahq/docker" \ org.opencontainers.image.source="https://github.com/monicahq/docker" \
org.opencontainers.image.vendor="Monica" \ org.opencontainers.image.vendor="Monica" \
org.opencontainers.image.version="v2.17.0" org.opencontainers.image.version="v2.18.0"
# entrypoint.sh dependencies # entrypoint.sh dependencies
RUN set -ex; \ RUN set -ex; \
@ -120,7 +120,7 @@ RUN set -ex; \
WORKDIR /var/www/html WORKDIR /var/www/html
# Define Monica version # Define Monica version
ENV MONICA_VERSION v2.17.0 ENV MONICA_VERSION v2.18.0
RUN set -ex; \ RUN set -ex; \
fetchDeps=" \ fetchDeps=" \