Skip to content

Commit 4fa8bd7

Browse files
authored
Refactor php version (#48)
* Refactor php version
1 parent 5a51aae commit 4fa8bd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/app/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM php:7-fpm
1+
ARG PHP_VERSION=8.0
2+
3+
FROM php:$PHP_VERSION-fpm
24

35
ARG PECL_EXTENSIONS="apcu redis"
46

0 commit comments

Comments
 (0)