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 6e9c0f9 commit 6cec93eCopy full SHA for 6cec93e
src/development/stack.yml
@@ -269,7 +269,7 @@ services:
269
constraints:
270
- node.role == manager
271
replicas: 1
272
- image: portainer/portainer-ce:2.30.1-alpine
+ image: portainer/portainer-ce:2.31.0-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.30.1
+ image: portainer/agent:2.31.0
285
286
- /var/run/docker.sock:/var/run/docker.sock
287
- /var/lib/docker/volumes:/var/lib/docker/volumes
0 commit comments