Skip to content

Commit

Permalink
Upgrade to 2.6.0.214
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Oct 11, 2023
1 parent 47951b2 commit 659325d
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.213 12
./upgrade 2.6.0.214 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.213 as builder
FROM camptocamp/geomapfish-tools:2.6.0.214 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.213
GEOMAPFISH_VERSION=2.6.0.214
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.213 as builder
FROM camptocamp/geomapfish-tools:2.6.0.214 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.213
GEOMAPFISH_VERSION=2.6.0.214
GEOMAPFISH_MAIN_VERSION=2.6
COMPOSE_PROJECT_NAME=geomapfish
PACKAGE=geomapfish
Expand Down

0 comments on commit 659325d

Please sign in to comment.