Skip to content

Commit 87eabc8

Browse files
authored
Feature/v113 (#25)
* updated version numbers
1 parent 63265eb commit 87eabc8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG PHP_VERSION=8.2
33
# Using PHP-Apache image
44
FROM php:${PHP_VERSION}-apache
55
ARG PHP_VERSION
6-
ARG GALETTE_VERSION=1.1.2
6+
ARG GALETTE_VERSION=1.1.3
77
ARG GALETTE_RELEASE=galette-${GALETTE_VERSION}
88

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

1515
## Plugins versions
1616
ARG PLUGIN_AUTO_VERSION="2.1.1"
17-
ARG PLUGIN_EVENTS_VERSION="2.1.1"
17+
ARG PLUGIN_EVENTS_VERSION="2.1.2"
1818
ARG PLUGIN_FULLCARD_VERSION="2.1.0"
1919
ARG PLUGIN_MAPS_VERSION="2.1.0"
2020
ARG PLUGIN_OBJECTSLEND_VERSION="2.1.1"

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ This docker image has no included database, so you need to have that separately.
2222

2323
**Important!**: Following the instructions instructions for Galette versions earlier than 1.1.0 will **not** work, due to differences in volumes. If you are using a Galette version earlier than 1.1.0, please follow [the earlier version of these instructions](https://github.com/galette-community/docker/blob/1.0.4/README.md#how-to-use-this-image-using-docker-command-line). Instructions for version 1.0.4 should work for all ealier versions, but if you run into trouble with those, you can follow [version-specific instructions](https://github.com/galette-community/docker/tags).
2424

25-
**Note for version 1.1.2**: If the installer does not work, a work around for a fresh install is to start with version 1.1.1, do the full install, then switch to image version 1.1.2 using the same volumes and settings as you did on version 1.1.1.
26-
2725
## How to use this image using docker command line
2826

2927
Galette has a really nice installer, that runs you through database setup and initial admin user creation. The installer creates a configuration file in the `config` folder, which you should keep on a volume outside the docker image, for reuse when you upgrade to a newer version. You also have the option to create files for advanced configuration in the same `config` folder (see step 6).

0 commit comments

Comments
 (0)