fix(compose): bump DozerDB to 5.26.27.0 (PROWLER-2308) (#12320)

This commit is contained in:
César Arroba
2026-08-04 11:41:23 +02:00
committed by GitHub
parent 0f39665ece
commit 64c0cf900f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ services:
retries: 3 retries: 3
neo4j: neo4j:
image: graphstack/dozerdb:5.26.3.0@sha256:a77526ea3918fdc46d1fff70c4aea7d71d3874a26ecec059179d6775845b1247 image: graphstack/dozerdb:5.26.27.0@sha256:9b54d6b3a98a76c00bd23e8e78d8c82081ff168162aebd47b25c234e092cb0a0
hostname: "neo4j" hostname: "neo4j"
volumes: volumes:
- ./_data/neo4j:/data - ./_data/neo4j:/data
+1 -1
View File
@@ -96,7 +96,7 @@ services:
retries: 3 retries: 3
neo4j: neo4j:
image: graphstack/dozerdb:5.26.3.0@sha256:a77526ea3918fdc46d1fff70c4aea7d71d3874a26ecec059179d6775845b1247 image: graphstack/dozerdb:5.26.27.0@sha256:9b54d6b3a98a76c00bd23e8e78d8c82081ff168162aebd47b25c234e092cb0a0
hostname: "neo4j" hostname: "neo4j"
volumes: volumes:
- ./_data/neo4j:/data - ./_data/neo4j:/data
@@ -0,0 +1 @@
Bumped the Compose DozerDB image from 5.26.3.0 to 5.26.27.0, which moves it off Debian 11 and onto Debian 13