Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PHP_VERSION=8.3
# Using PHP-Apache image
FROM php:${PHP_VERSION}-apache
ARG PHP_VERSION
ARG GALETTE_VERSION=1.1.6.2
ARG GALETTE_VERSION=1.2.0
ARG GALETTE_RELEASE=galette-${GALETTE_VERSION}

# Maintained by GrasDK for Galette community
Expand All @@ -13,13 +13,13 @@ LABEL maintainer="GrasDK"


## Plugins versions
ARG PLUGIN_AUTO_VERSION="2.1.3"
ARG PLUGIN_EVENTS_VERSION="2.1.3"
ARG PLUGIN_FULLCARD_VERSION="2.1.0"
ARG PLUGIN_MAPS_VERSION="2.1.2"
ARG PLUGIN_OBJECTSLEND_VERSION="2.1.2"
ARG PLUGIN_PAYPAL_VERSION="2.1.2"
ARG PLUGIN_ACTIVITIES_VERSION="1.0.4"
ARG PLUGIN_AUTO_VERSION="2.2.0"
ARG PLUGIN_EVENTS_VERSION="2.2.0"
ARG PLUGIN_FULLCARD_VERSION="2.2.0"
ARG PLUGIN_MAPS_VERSION="2.2.0"
ARG PLUGIN_OBJECTSLEND_VERSION="2.2.0"
ARG PLUGIN_PAYPAL_VERSION="2.2.0"
ARG PLUGIN_ACTIVITIES_VERSION="1.1.0"

LABEL description="PHP $PHP_VERSION / Apache 2 / $GALETTE_RELEASE"

Expand Down