Skip to content

Commit

Permalink
Update PHP version to 8.0 (#13)
Browse files Browse the repository at this point in the history
Use php 8.0 fpm image
  • Loading branch information
jowusu837 authored Jun 11, 2022
1 parent 8526a90 commit 14050ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.2-fpm
FROM php:8.0-fpm

LABEL maintainer="Victor J. Owusu <[email protected]>"

Expand Down

0 comments on commit 14050ba

Please sign in to comment.