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; \
148
148
WORKDIR /var/www/html
149
149
150
150
# 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 "
154
154
155
155
RUN set -ex; \
156
156
fetchDeps=" \
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ RUN set -ex; \
111
111
WORKDIR /var/www/html
112
112
113
113
# 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 "
117
117
118
118
RUN set -ex; \
119
119
apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ RUN set -ex; \
125
125
WORKDIR /var/www/html
126
126
127
127
# 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 "
131
131
132
132
RUN set -ex; \
133
133
fetchDeps=" \
You can’t perform that action at this time.
0 commit comments