File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ services:
338338 constraints :
339339 - node.role == manager
340340 replicas : 1
341- image : portainer/portainer-ce:2.38.1 -alpine
341+ image : portainer/portainer-ce:2.39.0 -alpine
342342 secrets :
343343 - portainer_admin-password
344344 volumes :
@@ -350,7 +350,7 @@ services:
350350 placement :
351351 constraints :
352352 - node.platform.os == linux
353- image : portainer/agent:2.38.1
353+ image : portainer/agent:2.39.0
354354 volumes :
355355 - /var/run/docker.sock:/var/run/docker.sock
356356 - /var/lib/docker/volumes:/var/lib/docker/volumes
@@ -458,7 +458,7 @@ services:
458458 POSTGRES_DB_FILE : /run/secrets/postgres_db
459459 POSTGRES_PASSWORD_FILE : /run/secrets/postgres_password
460460 POSTGRES_USER_FILE : /run/secrets/postgres_user
461- image : pgvector/pgvector:0.8.1 -pg18
461+ image : pgvector/pgvector:0.8.2 -pg18
462462 ports : # DARGSTACK-REMOVE
463463 - 5433:5432 # DARGSTACK-REMOVE
464464 secrets :
@@ -488,7 +488,7 @@ services:
488488 # timeout: 10s
489489 # retries: 3
490490 # start_period: 10s
491- image : redpandadata/redpanda:v25.3.7
491+ image : redpandadata/redpanda:v25.3.8
492492 volumes :
493493 - redpanda_data:/var/lib/redpanda/data
494494 redpanda-console :
You can’t perform that action at this time.
0 commit comments