mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-09-14 07:21:19 +00:00
chore(deps): bump docker/build-push-action from 5 to 6 (#57)
* chore(deps): bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): bump ldapprovider from 39 to 41 --------- 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-740f097.tar.gz --output /tmp/ldapprovider.tar.gz \
|
||||
&& curl https://extdist.wmflabs.org/dist/extensions/LDAPGroups-REL1_41-bfcb641.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