Skip to content

Commit

Permalink
Update to v2.20.0 (monicahq#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Mar 19, 2021
1 parent 37898d3 commit 0930aec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down Expand Up @@ -131,9 +131,9 @@ RUN set -ex; \
WORKDIR /var/www/html

# Define Monica version
ENV MONICA_VERSION v2.19.1
LABEL org.opencontainers.image.revision="6d809fda1d59048521c6d5c7e8c3306039b18d4c" \
org.opencontainers.image.version="v2.19.1"
ENV MONICA_VERSION v2.20.0
LABEL org.opencontainers.image.revision="6952f414171b4352d39f316484f02e3ee9adf4bc" \
org.opencontainers.image.version="v2.20.0"

RUN set -ex; \
fetchDeps=" \
Expand Down
8 changes: 4 additions & 4 deletions fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN set -ex; \
soap \
; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down Expand Up @@ -105,9 +105,9 @@ RUN set -ex; \
WORKDIR /var/www/html

# Define Monica version
ENV MONICA_VERSION v2.19.1
LABEL org.opencontainers.image.revision="6d809fda1d59048521c6d5c7e8c3306039b18d4c" \
org.opencontainers.image.version="v2.19.1"
ENV MONICA_VERSION v2.20.0
LABEL org.opencontainers.image.revision="6952f414171b4352d39f316484f02e3ee9adf4bc" \
org.opencontainers.image.version="v2.20.0"

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
8 changes: 4 additions & 4 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down Expand Up @@ -117,9 +117,9 @@ RUN set -ex; \
WORKDIR /var/www/html

# Define Monica version
ENV MONICA_VERSION v2.19.1
LABEL org.opencontainers.image.revision="6d809fda1d59048521c6d5c7e8c3306039b18d4c" \
org.opencontainers.image.version="v2.19.1"
ENV MONICA_VERSION v2.20.0
LABEL org.opencontainers.image.revision="6952f414171b4352d39f316484f02e3ee9adf4bc" \
org.opencontainers.image.version="v2.20.0"

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

0 comments on commit 0930aec

Please sign in to comment.