Upgrade to Drupal 9.5

This commit is contained in:
Torben Nehmer 2023-01-03 15:07:50 +01:00
parent b50d59f0bb
commit c0795fbd78
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM drupal:9.3 FROM drupal:9.5
LABEL maintainer="Torben Nehmer <torben@nehmer.net>" LABEL maintainer="Torben Nehmer <torben@nehmer.net>"
RUN set -ex; \ RUN set -ex; \

View File

@ -5,5 +5,5 @@ set -ex
# Required, otherwise package building will fail. # Required, otherwise package building will fail.
echo N | sudo tee /sys/module/overlay/parameters/metacopy echo N | sudo tee /sys/module/overlay/parameters/metacopy
docker pull drupal:9.3 docker pull drupal:9.5
docker build --force-rm -t nathan/drupal8 -f Dockerfile build docker build --force-rm -t nathan/drupal8 -f Dockerfile build