From 347911ca3cf65f2bdcd3adf873fdc0577d0d67ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 06:46:04 +0000 Subject: [PATCH] Update php Docker tag to v8.1.26 --- 8.1.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8.1.Dockerfile b/8.1.Dockerfile index 8b9a806b2..cb6157c5c 100644 --- a/8.1.Dockerfile +++ b/8.1.Dockerfile @@ -5,7 +5,7 @@ FROM composer:latest as healthcheckbuilder RUN composer create-project --no-dev amazeeio/healthz-php /healthz-php v0.0.6 -FROM php:8.1.25-fpm-alpine3.18 +FROM php:8.1.26-fpm-alpine3.18 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"