Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 5/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 v5.0.0-beta.4
LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e" \
org.opencontainers.image.version="v5.0.0-beta.4"
ENV MONICA_VERSION v5.0.0-beta.5
LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3" \
org.opencontainers.image.version="v5.0.0-beta.5"

RUN set -ex; \
fetchDeps=" \
Expand Down
6 changes: 3 additions & 3 deletions 5/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 v5.0.0-beta.4
LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e" \
org.opencontainers.image.version="v5.0.0-beta.4"
ENV MONICA_VERSION v5.0.0-beta.5
LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3" \
org.opencontainers.image.version="v5.0.0-beta.5"

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
6 changes: 3 additions & 3 deletions 5/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 v5.0.0-beta.4
LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e" \
org.opencontainers.image.version="v5.0.0-beta.4"
ENV MONICA_VERSION v5.0.0-beta.5
LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3" \
org.opencontainers.image.version="v5.0.0-beta.5"

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