Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
grasdk committed Jul 6, 2024
1 parent 39c197c commit 770dd9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 770dd9d

Please sign in to comment.