From 39c197cb108d43f18597db7fd034a57ef00b3d7b Mon Sep 17 00:00:00 2001 From: grasdk <115414609+grasdk@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:49:36 +0200 Subject: [PATCH] Version 1.1.1 (#24) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c855a8..d288473 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG PHP_VERSION=8.2 # Using PHP-Apache image FROM php:${PHP_VERSION}-apache ARG PHP_VERSION -ARG GALETTE_VERSION=1.1.0 +ARG GALETTE_VERSION=1.1.1 ARG GALETTE_RELEASE=galette-${GALETTE_VERSION} # Maintained by GrasDK for Galette community