From 03b8867de2fe62ea34042fe94564993f8af2617f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:28:45 +0000 Subject: [PATCH] Update php:8.5-cli Docker digest to 2b12ee1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00b97ef..4eec1a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.5-cli@sha256:58b996c35ce0511cdbaa1fc0476a194fd0221097d721ff7df5af0b6f1a3d0202 AS builder +FROM php:8.5-cli@sha256:2b12ee17a15b13dd1d8c97e546668ae81da139ca324f568b81d0ffc3e3279ad5 AS builder # hadolint ignore=DL3008 RUN apt-get update && \ @@ -33,7 +33,7 @@ COPY . /app RUN composer build -FROM php:8.5-cli@sha256:58b996c35ce0511cdbaa1fc0476a194fd0221097d721ff7df5af0b6f1a3d0202 +FROM php:8.5-cli@sha256:2b12ee17a15b13dd1d8c97e546668ae81da139ca324f568b81d0ffc3e3279ad5 # git is required because the tool shells out to the git binary; openssh-client # enables pushing to SSH remotes such as git@github.com:org/repo.git.