mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-09-14 07:21:19 +00:00
chore(deps): bump docker/metadata-action from 5.0.0 to 5.4.0 (#51)
* chore(deps): bump docker/metadata-action from 5.0.0 to 5.4.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.4.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.0.0...v5.4.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix(docker): update extension hash --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gareth Flowers <garethflowers@users.noreply.github.com>
This commit is contained in:
@@ -4,5 +4,5 @@ RUN apt-get update \
|
||||
&& apt-get install --yes --no-install-recommends libldap2-dev libpq-dev \
|
||||
&& docker-php-ext-install ldap pgsql pdo pdo_pgsql \
|
||||
&& rm -rf /var/lib/apt/lists \
|
||||
&& curl https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_39-dc89b2f.tar.gz --output /tmp/ldapprovider.tar.gz \
|
||||
&& curl https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_39-740f097.tar.gz --output /tmp/ldapprovider.tar.gz \
|
||||
&& tar --extract --file=/tmp/ldapprovider.tar.gz --directory=/var/www/html/extensions
|
||||
|
Reference in New Issue
Block a user