Skip to content

Commit

Permalink
Bump UnifiedExtensionForFemiwiki
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Sep 21, 2024
1 parent a440c59 commit b79933c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-femiwiki-extensions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Docker: femiwiki-extensions'

env:
TAG: '1.5.3'
TAG: '1.5.4'

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions dockers/femiwiki-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This docker image contains MediaWiki extensions Femiwiki uses.

## 1.5.4

- Bump UnifiedExtensionForFemiwiki

## 1.5.3

- Bump UnifiedExtensionForFemiwiki
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"non-WMF": {
"UnifiedExtensionForFemiwiki": {
"template": "https://github.com/femiwiki/UnifiedExtensionForFemiwiki/archive/$1.tar.gz",
"version": "cb1b7e001546733b622d5e245903f83c9c20d4b7"
"version": "7c8e46e373b8506a707105e2bc20fa42681ed719"
},
"Femiwiki": {
"type": "skin",
Expand Down
2 changes: 1 addition & 1 deletion dockers/femiwiki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
FROM --platform=$TARGETPLATFORM ghcr.io/femiwiki/caddy:1.0.0 AS caddy

FROM --platform=$TARGETPLATFORM ghcr.io/femiwiki/femiwiki-extensions:1.5.3 AS extensions
FROM --platform=$TARGETPLATFORM ghcr.io/femiwiki/femiwiki-extensions:1.5.4 AS extensions

FROM --platform=$TARGETPLATFORM ghcr.io/femiwiki/mediawiki:3.1.0

Expand Down

0 comments on commit b79933c

Please sign in to comment.