File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,9 @@ RUN set -ex; \
148148WORKDIR /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
155155RUN set -ex; \
156156 fetchDeps=" \
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ RUN set -ex; \
111111WORKDIR /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
118118RUN set -ex; \
119119 apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ RUN set -ex; \
125125WORKDIR /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
132132RUN set -ex; \
133133 fetchDeps=" \
You can’t perform that action at this time.
0 commit comments