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 cad1bd6 commit 070c740Copy full SHA for 070c740
src/development/stack.yml
@@ -269,7 +269,7 @@ services:
269
constraints:
270
- node.role == manager
271
replicas: 1
272
- image: portainer/portainer-ce:2.31.1-alpine
+ image: portainer/portainer-ce:2.31.2-alpine
273
secrets:
274
- portainer_admin-password
275
volumes:
@@ -281,7 +281,7 @@ services:
281
placement:
282
283
- node.platform.os == linux
284
- image: portainer/agent:2.31.1
+ image: portainer/agent:2.31.2
285
286
- /var/run/docker.sock:/var/run/docker.sock
287
- /var/lib/docker/volumes:/var/lib/docker/volumes
0 commit comments