From 8f491ba4c3396f293a7895a9fd530e29210a1602 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 4 Sep 2024 06:14:51 +0000 Subject: [PATCH] chore(deps): 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 ec0b990..53617b0 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@sha256:d71287b85f521a68f6e5e5ada616ea3a52e15a49fc82cd59260af8d940916944 RUN apk add nodejs git curl composer bash sudo