diff --git a/Dockerfile b/Dockerfile index d288473..2b498cd 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.1 +ARG GALETTE_VERSION=1.1.2 ARG GALETTE_RELEASE=galette-${GALETTE_VERSION} # Maintained by GrasDK for Galette community @@ -13,12 +13,12 @@ LABEL maintainer="GrasDK" ## Plugins versions -ARG PLUGIN_AUTO_VERSION="2.1.0" -ARG PLUGIN_EVENTS_VERSION="2.1.0" +ARG PLUGIN_AUTO_VERSION="2.1.1" +ARG PLUGIN_EVENTS_VERSION="2.1.1" ARG PLUGIN_FULLCARD_VERSION="2.1.0" ARG PLUGIN_MAPS_VERSION="2.1.0" -ARG PLUGIN_OBJECTSLEND_VERSION="2.1.0" -ARG PLUGIN_PAYPAL_VERSION="2.1.0" +ARG PLUGIN_OBJECTSLEND_VERSION="2.1.1" +ARG PLUGIN_PAYPAL_VERSION="2.1.1" LABEL description="PHP $PHP_VERSION / Apache 2 / $GALETTE_RELEASE"