Skip to content

Commit

Permalink
Update to v4.1.2 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaBot authored May 8, 2024
1 parent 4ad2835 commit 92af56d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 4/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ RUN set -ex; \
WORKDIR /var/www/html

# Define Monica version
ENV MONICA_VERSION v4.1.1
LABEL org.opencontainers.image.revision="50c266f7beb9d8fe6cd8c8929a759529275143f4" \
org.opencontainers.image.version="v4.1.1"
ENV MONICA_VERSION v4.1.2
LABEL org.opencontainers.image.revision="32028ce3ce79cef38df5d27a297e5b20680f0065" \
org.opencontainers.image.version="v4.1.2"

RUN set -ex; \
fetchDeps=" \
Expand Down
6 changes: 3 additions & 3 deletions 4/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ RUN set -ex; \
WORKDIR /var/www/html

# Define Monica version
ENV MONICA_VERSION v4.1.1
LABEL org.opencontainers.image.revision="50c266f7beb9d8fe6cd8c8929a759529275143f4" \
org.opencontainers.image.version="v4.1.1"
ENV MONICA_VERSION v4.1.2
LABEL org.opencontainers.image.revision="32028ce3ce79cef38df5d27a297e5b20680f0065" \
org.opencontainers.image.version="v4.1.2"

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
6 changes: 3 additions & 3 deletions 4/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ RUN set -ex; \
WORKDIR /var/www/html

# Define Monica version
ENV MONICA_VERSION v4.1.1
LABEL org.opencontainers.image.revision="50c266f7beb9d8fe6cd8c8929a759529275143f4" \
org.opencontainers.image.version="v4.1.1"
ENV MONICA_VERSION v4.1.2
LABEL org.opencontainers.image.revision="32028ce3ce79cef38df5d27a297e5b20680f0065" \
org.opencontainers.image.version="v4.1.2"

RUN set -ex; \
fetchDeps=" \
Expand Down

0 comments on commit 92af56d

Please sign in to comment.