File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ services:
127127 - traefik.http.routers.adminer_secure.rule=Host(`adminer.${STACK_DOMAIN}`)
128128 - traefik.http.routers.adminer_secure.tls.options=mintls13@file # DARGSTACK-REMOVE
129129 - traefik.http.services.adminer.loadbalancer.server.port=8080
130- image : adminer:5.4.0 -standalone
130+ image : adminer:5.4.1 -standalone
131131 volumes :
132132 - ../production/configurations/adminer/adminer.css:/var/www/html/adminer.css:ro
133133 debezium :
@@ -272,7 +272,7 @@ services:
272272 constraints :
273273 - node.role == manager
274274 replicas : 1
275- image : portainer/portainer-ce:2.34 .0-alpine
275+ image : portainer/portainer-ce:2.35 .0-alpine
276276 secrets :
277277 - portainer_admin-password
278278 volumes :
@@ -284,7 +284,7 @@ services:
284284 placement :
285285 constraints :
286286 - node.platform.os == linux
287- image : portainer/agent:2.34 .0
287+ image : portainer/agent:2.35 .0
288288 volumes :
289289 - /var/run/docker.sock:/var/run/docker.sock
290290 - /var/lib/docker/volumes:/var/lib/docker/volumes
You can’t perform that action at this time.
0 commit comments