Skip to content

Commit 5853a8b

Browse files
curquizaHolger Löskencodedge
authored
Update php version in Dockerfile (#65)
* Update Dockerfile * Use php 8 image for docker Co-authored-by: Holger Lösken <[email protected]> Co-authored-by: Holger Lösken <[email protected]>
1 parent fc1ea6e commit 5853a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4-fpm-alpine as php
1+
FROM php:8.0-fpm-alpine as php
22

33
# persistent / runtime deps
44
RUN apk add --no-cache \

0 commit comments

Comments
 (0)