From f331fdad8960170fed12aab8acbd987343905237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:26:45 +0000 Subject: [PATCH] chore(deps): bump php/pie from 1.3.4-bin to 1.3.5-bin Bumps [php/pie](https://github.com/php/pie) from 1.3.4-bin to 1.3.5-bin. - [Release notes](https://github.com/php/pie/releases) - [Commits](https://github.com/php/pie/compare/1.3.4...1.3.5) --- updated-dependencies: - dependency-name: php/pie dependency-version: 1.3.5-bin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e15ca1..e8c0e92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/php/pie:1.3.4-bin AS pie +FROM ghcr.io/php/pie:1.3.5-bin AS pie FROM composer:2.9.3 AS composer FROM php:8.5.1-fpm-alpine