From 72e5485a126b4fba9ce0997c45fc99db936fba60 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 22 Mar 2022 23:03:49 +0000 Subject: [PATCH] Update dependency php to v8.1.4 --- 2-php8.1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-php8.1/Dockerfile b/2-php8.1/Dockerfile index 90c35e9..ef61743 100644 --- a/2-php8.1/Dockerfile +++ b/2-php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.3-cli-bullseye@sha256:c0dc322c09db1db4a02f98c97a361a91308c29a3d256703c1e1b64f1ddc28ac6 +FROM php:8.1.4-cli-bullseye@sha256:f6b2a36adaf6ea1d57829cea61eb5d4baacf2da41d635fe191ab098ee86c7661 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] -- 2.45.2