From 4de1700ae3ca491b99907b2f9f0a5351b9364f1d Mon Sep 17 00:00:00 2001 From: sergeybe2 Date: Tue, 12 Mar 2024 16:41:07 +0500 Subject: [PATCH] Upgrade PHP to 8.3.3 (#94) --- epicbox-php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicbox-php/Dockerfile b/epicbox-php/Dockerfile index 767e7a8..e44750f 100644 --- a/epicbox-php/Dockerfile +++ b/epicbox-php/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.11-cli-alpine3.18 +FROM php:8.3.3-cli-alpine3.18 MAINTAINER Stepik Team RUN adduser -DH -h /sandbox sandbox