Use php8.0 for the WordPress image

This commit is contained in:
André Menrath 2023-12-19 15:54:32 +01:00
parent 16c2031602
commit fc93b74c19

View file

@ -1,4 +1,4 @@
FROM wordpress
FROM wordpress:php8.0
# Install packages under Debian
RUN apt-get update && \