Skip to content

Commit

Permalink
Upgrade to 2.9.rc.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Dec 10, 2024
1 parent fb80a1d commit 6070b56
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONST_create_template/docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
- PGOPTIONS

mapserver:
image: camptocamp/mapserver:8.0-gdal3.6
image: camptocamp/mapserver:8.2-gdal3.8
user: www-data
restart: unless-stopped
entrypoint: []
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.9.rc.23
GEOMAPFISH_VERSION=2.9.rc.24
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.23',
version: '2.9.rc.24',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
- PGOPTIONS

mapserver:
image: camptocamp/mapserver:8.0-gdal3.6
image: camptocamp/mapserver:8.2-gdal3.8
user: www-data
restart: unless-stopped
entrypoint: []
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.9.rc.23
GEOMAPFISH_VERSION=2.9.rc.24
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
2 changes: 1 addition & 1 deletion geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.23',
version: '2.9.rc.24',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down

0 comments on commit 6070b56

Please sign in to comment.