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 050df7b commit a558773Copy full SHA for a558773
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.0-alpine
+ image: portainer/portainer-ce:2.31.1-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.0
+ image: portainer/agent:2.31.1
285
286
- /var/run/docker.sock:/var/run/docker.sock
287
- /var/lib/docker/volumes:/var/lib/docker/volumes
0 commit comments