From e36e5e3e5b12ebdf7a120d434a9f60ffed5dff56 Mon Sep 17 00:00:00 2001 From: Uladzimir Tsykun Date: Sat, 2 Dec 2023 13:40:19 +0100 Subject: [PATCH] Switch docker build to PHP 8.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6088e435..7b82d801 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-fpm-alpine +FROM php:8.3-fpm-alpine RUN apk --no-cache add nginx curl runit subversion \ git bash openssh-client zip unzip redis shadow && \