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 2071ed8 commit e86ec1bCopy full SHA for e86ec1b
src/development/stack.yml
@@ -272,7 +272,7 @@ services:
272
constraints:
273
- node.role == manager
274
replicas: 1
275
- image: portainer/portainer-ce:2.33.0-alpine
+ image: portainer/portainer-ce:2.33.1-alpine
276
secrets:
277
- portainer_admin-password
278
volumes:
@@ -284,7 +284,7 @@ services:
284
placement:
285
286
- node.platform.os == linux
287
- image: portainer/agent:2.33.0
+ image: portainer/agent:2.33.1
288
289
- /var/run/docker.sock:/var/run/docker.sock
290
- /var/lib/docker/volumes:/var/lib/docker/volumes
0 commit comments