We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd5100 commit a918ca2Copy full SHA for a918ca2
src/development/stack.yml
@@ -275,7 +275,7 @@ services:
275
constraints:
276
- node.role == manager
277
replicas: 1
278
- image: portainer/portainer-ce:2.35.0-alpine
+ image: portainer/portainer-ce:2.36.0-alpine
279
secrets:
280
- portainer_admin-password
281
volumes:
@@ -287,7 +287,7 @@ services:
287
placement:
288
289
- node.platform.os == linux
290
- image: portainer/agent:2.35.0
+ image: portainer/agent:2.36.0
291
292
- /var/run/docker.sock:/var/run/docker.sock
293
- /var/lib/docker/volumes:/var/lib/docker/volumes
0 commit comments