Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grasdk committed Jul 27, 2024
1 parent d1666f4 commit b3fd51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2
ARG GALETTE_VERSION=1.1.3
ARG GALETTE_RELEASE=galette-${GALETTE_VERSION}

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

## Plugins versions
ARG PLUGIN_AUTO_VERSION="2.1.1"
ARG PLUGIN_EVENTS_VERSION="2.1.1"
ARG PLUGIN_EVENTS_VERSION="2.1.2"
ARG PLUGIN_FULLCARD_VERSION="2.1.0"
ARG PLUGIN_MAPS_VERSION="2.1.0"
ARG PLUGIN_OBJECTSLEND_VERSION="2.1.1"
Expand Down

0 comments on commit b3fd51a

Please sign in to comment.