Skip to content

Commit

Permalink
Upgrade to 2.6.0.218
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Oct 27, 2023
1 parent 0831fc1 commit 732c506
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .UPGRADE_INSTRUCTIONS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ The upgrade is nearly done, now you should:
- Build your application with `./upgrade --finalize [build arguments]`
- Test your application on 'https://localhost:8484/'.
To continue, type:
./upgrade 2.6.0.217 12
./upgrade 2.6.0.218 12
2 changes: 1 addition & 1 deletion CONST_create_template/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM camptocamp/geomapfish-tools:2.6.0.217 as builder
FROM camptocamp/geomapfish-tools:2.6.0.218 as builder

ENV VARS_FILE=vars.yaml
ENV CONFIG_VARS sqlalchemy.url sqlalchemy.pool_recycle sqlalchemy.pool_size sqlalchemy.max_overflow \
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.6.0.217
GEOMAPFISH_VERSION=2.6.0.218
GEOMAPFISH_MAIN_VERSION=2.6
COMPOSE_PROJECT_NAME=geomapfish
PACKAGE=geomapfish
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM camptocamp/geomapfish-tools:2.6.0.217 as builder
FROM camptocamp/geomapfish-tools:2.6.0.218 as builder

ENV VARS_FILE=vars.yaml
ENV CONFIG_VARS sqlalchemy.url sqlalchemy.pool_recycle sqlalchemy.pool_size sqlalchemy.max_overflow \
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.6.0.217
GEOMAPFISH_VERSION=2.6.0.218
GEOMAPFISH_MAIN_VERSION=2.6
COMPOSE_PROJECT_NAME=geomapfish
PACKAGE=geomapfish
Expand Down

0 comments on commit 732c506

Please sign in to comment.