Skip to content

Commit 596e54c

Browse files
committed
Upgrade php version to 8.1
1 parent f6c7af1 commit 596e54c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docker/php/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4-fpm
1+
FROM php:8.1-fpm
22

33
# Some libs
44
RUN apt-get update && apt-get install -y --no-install-recommends vim curl locales apt-utils unzip
@@ -10,6 +10,7 @@ RUN install-php-extensions @composer \
1010
gd imagick \
1111
pdo_mysql \
1212
mbstring \
13+
sodium \
1314
xdebug \
1415
zip
1516

0 commit comments

Comments
 (0)