Skip to content

Commit

Permalink
Upgrade to 2.7.1.149
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Nov 13, 2024
1 parent 3ab19e1 commit eb1132f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONST_create_template/docker-compose.override.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
# - PRINT_URL=http://print:8080/print/
- PYTHONWARNINGS=default::DeprecationWarning
- SQLALCHEMY_WARN_20=true
- C2CWSGIUTILS_FORCE_PROTO=true
- C2CWSGIUTILS_FORCE_PROTO=https
ports:
- 5678:5678 # For remote debugging using Visual Studio Code

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.7.1.148
GEOMAPFISH_VERSION=2.7.1.149
GEOMAPFISH_MAIN_VERSION=2.7
GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
# - PRINT_URL=http://print:8080/print/
- PYTHONWARNINGS=default::DeprecationWarning
- SQLALCHEMY_WARN_20=true
- C2CWSGIUTILS_FORCE_PROTO=true
- C2CWSGIUTILS_FORCE_PROTO=https
ports:
- 5678:5678 # For remote debugging using Visual Studio Code

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.7.1.148
GEOMAPFISH_VERSION=2.7.1.149
GEOMAPFISH_MAIN_VERSION=2.7
GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1
COMPOSE_PROJECT_NAME=geomapfish
Expand Down

0 comments on commit eb1132f

Please sign in to comment.