From 7bb9dce6f2900cb591dc514628c27d815637a988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Drouet?= Date: Wed, 18 Sep 2024 18:16:06 +0200 Subject: [PATCH] ci: upgrade embed and zts base images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Drouet --- .github/actions/embed/Dockerfile | 2 +- .github/actions/zts/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/embed/Dockerfile b/.github/actions/embed/Dockerfile index 13ee7c725..db08084d7 100644 --- a/.github/actions/embed/Dockerfile +++ b/.github/actions/embed/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-bullseye +FROM php:8.3-bookworm WORKDIR /tmp diff --git a/.github/actions/zts/Dockerfile b/.github/actions/zts/Dockerfile index e23f55bba..7a1494bbf 100644 --- a/.github/actions/zts/Dockerfile +++ b/.github/actions/zts/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-zts-bullseye +FROM php:8.3-zts-bookworm WORKDIR /tmp