Skip to content

Commit

Permalink
Update 1.39 image to 1.39.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Oct 21, 2024
1 parent 261802e commit 83cb3a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Docker images are provided as-is, without any warranty or guarantees.
<tr>
<td><a href="https://hub.docker.com/repository/docker/prowiki/mediawiki/tags?page=1&name=39">39</a></td>
<td>MediaWiki 1.39.x, PHP 8.1.x, MySQL, Apache</td>
<td>1.39.6 (2023-12-21)</td>
<td>1.39.10 (2024-10-01)</td>
</tr>
<tr>
<td><a href="https://hub.docker.com/repository/docker/prowiki/mediawiki/tags?page=1&name=37">37</a></td>
Expand Down
4 changes: 2 additions & 2 deletions mw39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -eux; \
calendar \
; \
\
pecl install APCu-5.1.22; \
pecl install APCu-5.1.24; \
docker-php-ext-enable \
apcu \
; \
Expand Down Expand Up @@ -88,7 +88,7 @@ RUN set -eux; \

# Version
ENV MEDIAWIKI_MAJOR_VERSION 1.39
ENV MEDIAWIKI_VERSION 1.39.6
ENV MEDIAWIKI_VERSION 1.39.10

# MediaWiki setup
RUN set -eux; \
Expand Down

0 comments on commit 83cb3a1

Please sign in to comment.