Skip to content

Commit 92af56d

Browse files
authored
Update to v4.1.2 (#147)
1 parent 4ad2835 commit 92af56d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

4/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ RUN set -ex; \
148148
WORKDIR /var/www/html
149149

150150
# Define Monica version
151-
ENV MONICA_VERSION v4.1.1
152-
LABEL org.opencontainers.image.revision="50c266f7beb9d8fe6cd8c8929a759529275143f4" \
153-
org.opencontainers.image.version="v4.1.1"
151+
ENV MONICA_VERSION v4.1.2
152+
LABEL org.opencontainers.image.revision="32028ce3ce79cef38df5d27a297e5b20680f0065" \
153+
org.opencontainers.image.version="v4.1.2"
154154

155155
RUN set -ex; \
156156
fetchDeps=" \

4/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ RUN set -ex; \
111111
WORKDIR /var/www/html
112112

113113
# Define Monica version
114-
ENV MONICA_VERSION v4.1.1
115-
LABEL org.opencontainers.image.revision="50c266f7beb9d8fe6cd8c8929a759529275143f4" \
116-
org.opencontainers.image.version="v4.1.1"
114+
ENV MONICA_VERSION v4.1.2
115+
LABEL org.opencontainers.image.revision="32028ce3ce79cef38df5d27a297e5b20680f0065" \
116+
org.opencontainers.image.version="v4.1.2"
117117

118118
RUN set -ex; \
119119
apk add --no-cache --virtual .fetch-deps \

4/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ RUN set -ex; \
125125
WORKDIR /var/www/html
126126

127127
# Define Monica version
128-
ENV MONICA_VERSION v4.1.1
129-
LABEL org.opencontainers.image.revision="50c266f7beb9d8fe6cd8c8929a759529275143f4" \
130-
org.opencontainers.image.version="v4.1.1"
128+
ENV MONICA_VERSION v4.1.2
129+
LABEL org.opencontainers.image.revision="32028ce3ce79cef38df5d27a297e5b20680f0065" \
130+
org.opencontainers.image.version="v4.1.2"
131131

132132
RUN set -ex; \
133133
fetchDeps=" \

0 commit comments

Comments
 (0)