From 1347bcc3216fdeaed54bcad744d384371ebdd880 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Mon, 15 Sep 2025 10:10:00 +0300 Subject: [PATCH] fix --- .deploy-portainer/deploy-prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.deploy-portainer/deploy-prod.yaml b/.deploy-portainer/deploy-prod.yaml index a7234a1..c75293d 100644 --- a/.deploy-portainer/deploy-prod.yaml +++ b/.deploy-portainer/deploy-prod.yaml @@ -2,7 +2,7 @@ version: '3.2' services: agent: - image: portainer/agent:2.11.1 + image: portainer/agent:2.33.1 volumes: - /var/run/docker.sock:/var/run/docker.sock - /var/lib/docker/volumes:/var/lib/docker/volumes @@ -14,7 +14,7 @@ services: constraints: [node.platform.os == linux] portainer: - image: portainer/portainer-ce:2.11.1 + image: portainer/portainer-ce:2.33.1 command: -H tcp://tasks.agent:9001 --tlsskipverify ports: - "9443:9443"