Skip to content

Commit 981d359

Browse files
committed
Upgrade to php7.4
1 parent 87334c2 commit 981d359

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/php/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM php:7.3-fpm-alpine
1+
FROM php:7.4-fpm-alpine
2+
RUN apk update
3+
RUN apk add oniguruma-dev
24

35
# lumen/laravel packages
46
RUN docker-php-ext-install mbstring tokenizer mysqli pdo_mysql

0 commit comments

Comments
 (0)