fix: corrige la configuration Compose + passe à PHP8.5
This commit is contained in:
parent
fdb6aaa7e9
commit
21a1828144
3 changed files with 8 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ RUN set -eux && apk add --no-cache \
|
|||
# Récupère les fichiers du site pour la branche « Production ».
|
||||
RUN git clone --branch production --depth 1 http://git.gcch.fr/gcch/haiku-atelier-2024.git "/tmp/repo"
|
||||
|
||||
FROM docker.io/library/wordpress:php8.4-fpm-alpine AS php
|
||||
FROM docker.io/library/wordpress:php8.5-fpm-alpine AS php
|
||||
ENTRYPOINT []
|
||||
|
||||
LABEL org.opencontainers.image.title=wordpress-haiku-atelier \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue