diff --git a/apache/Dockerfile b/apache/Dockerfile index f4dcdd4..f084dd6 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -5,10 +5,10 @@ LABEL org.opencontainers.image.authors="Alexis Saettler " \ 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.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.vendor="Monica" \ - org.opencontainers.image.version="v2.17.0" + org.opencontainers.image.version="v2.18.0" # entrypoint.sh dependencies RUN set -ex; \ @@ -135,7 +135,7 @@ RUN set -ex; \ WORKDIR /var/www/html # Define Monica version -ENV MONICA_VERSION v2.17.0 +ENV MONICA_VERSION v2.18.0 RUN set -ex; \ fetchDeps=" \ diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index bd71436..02560e3 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -5,10 +5,10 @@ LABEL org.opencontainers.image.authors="Alexis Saettler " \ 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.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.vendor="Monica" \ - org.opencontainers.image.version="v2.17.0" + org.opencontainers.image.version="v2.18.0" # entrypoint.sh dependencies RUN set -ex; \ @@ -113,7 +113,7 @@ RUN set -ex; \ WORKDIR /var/www/html # Define Monica version -ENV MONICA_VERSION v2.17.0 +ENV MONICA_VERSION v2.18.0 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 8c0e947..ee90738 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -5,10 +5,10 @@ LABEL org.opencontainers.image.authors="Alexis Saettler " \ 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.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.vendor="Monica" \ - org.opencontainers.image.version="v2.17.0" + org.opencontainers.image.version="v2.18.0" # entrypoint.sh dependencies RUN set -ex; \ @@ -120,7 +120,7 @@ RUN set -ex; \ WORKDIR /var/www/html # Define Monica version -ENV MONICA_VERSION v2.17.0 +ENV MONICA_VERSION v2.18.0 RUN set -ex; \ fetchDeps=" \