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 v5.0.0-beta.4
152- LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e " \
153- org.opencontainers.image.version="v5.0.0-beta.4 "
151+ ENV MONICA_VERSION v5.0.0-beta.5
152+ LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3 " \
153+ org.opencontainers.image.version="v5.0.0-beta.5 "
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 v5.0.0-beta.4
115- LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e " \
116- org.opencontainers.image.version="v5.0.0-beta.4 "
114+ ENV MONICA_VERSION v5.0.0-beta.5
115+ LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3 " \
116+ org.opencontainers.image.version="v5.0.0-beta.5 "
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 v5.0.0-beta.4
129- LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e " \
130- org.opencontainers.image.version="v5.0.0-beta.4 "
128+ ENV MONICA_VERSION v5.0.0-beta.5
129+ LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3 " \
130+ org.opencontainers.image.version="v5.0.0-beta.5 "
131131
132132RUN set -ex; \
133133 fetchDeps=" \
You can’t perform that action at this time.
0 commit comments