Skip to content

Commit

Permalink
PHP 8.0 (#265)
Browse files Browse the repository at this point in the history
J0WI authored Nov 30, 2021
1 parent 2a858b7 commit 1a5bd59
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-alpine.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-%%VARIANT%%
FROM php:8.0-%%VARIANT%%

LABEL maintainer="[email protected]"

2 changes: 1 addition & 1 deletion Dockerfile-debian.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-%%VARIANT%%
FROM php:8.0-%%VARIANT%%

LABEL maintainer="[email protected]"

2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.0-apache

LABEL maintainer="[email protected]"

2 changes: 1 addition & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-fpm-alpine
FROM php:8.0-fpm-alpine

LABEL maintainer="[email protected]"

2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-fpm
FROM php:8.0-fpm

LABEL maintainer="[email protected]"

0 comments on commit 1a5bd59

Please sign in to comment.