From 8bf68488ec54ee4fac8557460467335055262ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A5=B6=E7=8E=AE=E7=90=AA?= <70885220+vickeyrao@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:01:37 +0800 Subject: [PATCH] bump php to 8.3.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 600acb9..af4f9c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3.2-fpm-bullseye +FROM php:8.3.3-fpm-bullseye RUN curl -sSLf \ -o /usr/local/bin/install-php-extensions \