3 Commits

Author SHA1 Message Date
dependabot[bot]
cad06b2525 chore(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 (#76)
Some checks failed
Build and Publish Images / Publish (push) Has been cancelled
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.9.0...v5.10.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 20:25:20 +00:00
dependabot[bot]
43f182b8c9 chore(deps): bump docker/metadata-action from 5.7.0 to 5.9.0 (#74)
Some checks failed
Build and Publish Images / Publish (push) Has been cancelled
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.7.0 to 5.9.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.7.0...v5.9.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-09 21:12:42 +00:00
dependabot[bot]
3720e0636a chore(deps): bump mediawiki from 1.44.0 to 1.44.2 (#73)
Some checks failed
Build and Publish Images / Publish (push) Has been cancelled
Bumps mediawiki from 1.44.0 to 1.44.2.

---
updated-dependencies:
- dependency-name: mediawiki
  dependency-version: 1.44.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 22:29:24 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Prepare
id: prep
uses: docker/metadata-action@v5.7.0
uses: docker/metadata-action@v5.10.0
with:
images: |
${{ github.repository_owner }}/mediawiki-ldap

View File

@@ -1,4 +1,4 @@
FROM mediawiki:1.44.0
FROM mediawiki:1.44.2
RUN apt-get update \
&& apt-get install --yes --no-install-recommends libldap2-dev libpq-dev \