This commit is contained in:
2022-11-02 10:14:58 +01:00
parent 6190dbc5c2
commit 4a9886199b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.0.10-fpm-bullseye
FROM php:8.1.12-fpm-bullseye
RUN apt-get update && \
apt-get -y --no-install-recommends install \

View File

@@ -1,2 +1,2 @@
# docker-php-fpm-ext
PHP 8.0 FPM with custom extensions
PHP 8.1 FPM with custom extensions