Skip to content

Commit d67fa33

Browse files
committed
Use fpm for testing.
1 parent eb19cc3 commit d67fa33

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
@@ -2,7 +2,7 @@ ARG PHP_VERSION=8
22
ARG OS_NAME=alpine
33
ARG OS_VERSION
44

5-
FROM php:${PHP_VERSION}-${OS_NAME}${OS_VERSION}
5+
FROM php:${PHP_VERSION}-fpm-${OS_NAME}${OS_VERSION}
66

77
# TODO: Use latest released version, after https://github.com/Imagick/imagick/issues/640 is fixed
88

0 commit comments

Comments
 (0)