Skip to content

Commit

Permalink
1.39.5 -> 1.39.6 and 1.35.13 -> 1.35.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jan 20, 2024
1 parent a521a4b commit 261802e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.5 (2023-09-28)</td>
<td>1.39.6 (2023-12-21)</td>
</tr>
<tr>
<td><a href="https://hub.docker.com/repository/docker/prowiki/mediawiki/tags?page=1&name=37">37</a></td>
Expand All @@ -40,7 +40,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=35">35</a></td>
<td>MediaWiki 1.35.x, PHP 7.4.x, MySQL, Apache</td>
<td>1.35.13 (2023-09-29)</td>
<td>1.35.14 (2023-12-21)</td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion mw35/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN set -eux; \

# Version
ENV MEDIAWIKI_MAJOR_VERSION 1.35
ENV MEDIAWIKI_VERSION 1.35.13
ENV MEDIAWIKI_VERSION 1.35.14

# MediaWiki setup
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion mw39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -eux; \

# Version
ENV MEDIAWIKI_MAJOR_VERSION 1.39
ENV MEDIAWIKI_VERSION 1.39.5
ENV MEDIAWIKI_VERSION 1.39.6

# MediaWiki setup
RUN set -eux; \
Expand Down

0 comments on commit 261802e

Please sign in to comment.