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 287f2d5 commit b048dbdCopy full SHA for b048dbd
src/development/stack.yml
@@ -218,7 +218,7 @@ services:
218
constraints:
219
- node.role == manager
220
replicas: 1
221
- image: portainer/portainer-ce:2.29.0-alpine
+ image: portainer/portainer-ce:2.29.1-alpine
222
secrets:
223
- portainer_admin-password
224
volumes:
@@ -230,7 +230,7 @@ services:
230
placement:
231
232
- node.platform.os == linux
233
- image: portainer/agent:2.29.0
+ image: portainer/agent:2.29.1
234
235
- /var/run/docker.sock:/var/run/docker.sock
236
- /var/lib/docker/volumes:/var/lib/docker/volumes
0 commit comments