Move to PHP 8

pull/2/head
Thomas Renger 3 months ago
parent a2ede560fa
commit ec74e786a9
  1. 1
      .woodpecker/docker.yml
  2. 5
      Dockerfile

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

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