Skip to content

Commit

Permalink
Upgrade to 2.9.rc.58
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Jan 30, 2025
1 parent 028cce4 commit c23d1b4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CONST_create_template/docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ services:
- '30'

redis_master:
image: bitnami/redis:7.4.1
image: bitnami/redis:7.4.2
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.4.1
image: bitnami/redis:7.4.2
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis_master
Expand All @@ -182,7 +182,7 @@ services:
- redis_master

redis_sentinel:
image: bitnami/redis-sentinel:7.4.1
image: bitnami/redis-sentinel:7.4.2
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
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.56
GEOMAPFISH_VERSION=2.9.rc.58
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ services:
- '30'

redis_master:
image: bitnami/redis:7.4.1
image: bitnami/redis:7.4.2
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.4.1
image: bitnami/redis:7.4.2
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis_master
Expand All @@ -182,7 +182,7 @@ services:
- redis_master

redis_sentinel:
image: bitnami/redis-sentinel:7.4.1
image: bitnami/redis-sentinel:7.4.2
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
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.56
GEOMAPFISH_VERSION=2.9.rc.58
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down

0 comments on commit c23d1b4

Please sign in to comment.