From 2cd56d4a8ff7b25f54ceca9cf8c879533f4dfa65 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 12 Jul 2024 05:26:23 +0000 Subject: [PATCH] Update php Docker tag to v8.3 --- images/actions/php-8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index f18f0ff..ca8ff6d 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-alpine +FROM php:8.3-alpine RUN apk add nodejs git curl composer bash sudo