Skip to content

Commit

Permalink
Update to 1.42.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cool updating bot committed Feb 4, 2025
1 parent 1be3b2b commit c91cb64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 1.42/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN set -eux; \

# Version
ENV MEDIAWIKI_MAJOR_VERSION 1.42
ENV MEDIAWIKI_VERSION 1.42.4
ENV MEDIAWIKI_VERSION 1.42.5

# MediaWiki setup
RUN set -eux; \
Expand All @@ -111,7 +111,7 @@ RUN set -eux; \
; \
gpg --batch --verify mediawiki.tar.gz.sig mediawiki.tar.gz; \
tar -x --strip-components=1 -f mediawiki.tar.gz; \
[ 1.42.4 = "1.42.4" ] && \
[ 1.42.5 = "1.42.4" ] && \
sed -i 's|wikimedia/parsoid": "0.19.0"|wikimedia/parsoid": "0.19.1"|' \
composer.json; \
gpgconf --kill all; \
Expand Down
4 changes: 2 additions & 2 deletions 1.42/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN set -eux; \

# Version
ENV MEDIAWIKI_MAJOR_VERSION 1.42
ENV MEDIAWIKI_VERSION 1.42.4
ENV MEDIAWIKI_VERSION 1.42.5

# MediaWiki setup
RUN set -eux; \
Expand All @@ -84,7 +84,7 @@ RUN set -eux; \
; \
gpg --batch --verify mediawiki.tar.gz.sig mediawiki.tar.gz; \
tar -x --strip-components=1 -f mediawiki.tar.gz; \
[ 1.42.4 = "1.42.4" ] && \
[ 1.42.5 = "1.42.4" ] && \
sed -i 's|wikimedia/parsoid": "0.19.0"|wikimedia/parsoid": "0.19.1"|' \
composer.json; \
gpgconf --kill all; \
Expand Down
4 changes: 2 additions & 2 deletions 1.42/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN set -eux; \

# Version
ENV MEDIAWIKI_MAJOR_VERSION 1.42
ENV MEDIAWIKI_VERSION 1.42.4
ENV MEDIAWIKI_VERSION 1.42.5

# MediaWiki setup
RUN set -eux; \
Expand All @@ -96,7 +96,7 @@ RUN set -eux; \
; \
gpg --batch --verify mediawiki.tar.gz.sig mediawiki.tar.gz; \
tar -x --strip-components=1 -f mediawiki.tar.gz; \
[ 1.42.4 = "1.42.4" ] && \
[ 1.42.5 = "1.42.4" ] && \
sed -i 's|wikimedia/parsoid": "0.19.0"|wikimedia/parsoid": "0.19.1"|' \
composer.json; \
gpgconf --kill all; \
Expand Down

0 comments on commit c91cb64

Please sign in to comment.