Skip to content

Commit bdaef26

Browse files
authored
Merge pull request #290 from catatsuy/feature_update_php_8_1
update PHP version to 8.1 for Docker
2 parents a0dec37 + 2e400e3 commit bdaef26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/php/Dockerfile

Lines changed: 1 addition & 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
RUN apt update && apt install -y \
44
unzip libmemcached-dev zlib1g-dev

0 commit comments

Comments
 (0)