From b75e9b14ca564da98fb5b75ab86aadba1bf00bdc Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 27 Mar 2024 12:43:34 +0100 Subject: [PATCH] push to 2.5.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8cc1bac..80eefcf 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ FROM docker.io/thallian/php8-fpm:3.19-8.3 ENV FPMUSER nginx ENV FPMGROUP nginx -ENV VERSION 2.2.1 +ENV VERSION 2.5.0 RUN apk add --no-cache \ openssl \