Upgrade to Drupal 9.3, 8 is EOL

This commit is contained in:
Torben Nehmer 2022-02-02 18:03:32 +01:00
parent acae4bc5a4
commit b50d59f0bb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM drupal:8 FROM drupal:9.3
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:8 docker pull drupal:9.3
docker build --force-rm -t nathan/drupal8 -f Dockerfile build docker build --force-rm -t nathan/drupal8 -f Dockerfile build