Move to PHP 8
ci/woodpecker/push/docker Pipeline was successful Details

This commit is contained in:
Thomas Renger 2023-01-11 09:55:09 +01:00
parent a2ede560fa
commit ec74e786a9
2 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,4 @@ pipeline:
settings:
platforms: linux/amd64
tag: latest
dry-run: true
auto-tag: true

View File

@ -1,2 +1,3 @@
FROM php:7-apache
FROM php:8-apache
COPY wwwroot /var/www/html
EXPOSE 80