From 6f5617aee88d9bfabb71d21d808b25926fc47de5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:56:45 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20Update=20je?= =?UTF-8?q?tbrains/teamcity-agent=20Docker=20tag=20to=20v2026?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cicd/tca11/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/tca11/Dockerfile b/cicd/tca11/Dockerfile index 8669b51..8e356fc 100644 --- a/cicd/tca11/Dockerfile +++ b/cicd/tca11/Dockerfile @@ -1,4 +1,4 @@ -FROM jetbrains/teamcity-agent:2025.11.4-linux-sudo +FROM jetbrains/teamcity-agent:2026.1.3-linux-sudo USER root RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 RUN curl -o /tmp/repo.deb -L https://cdn.azul.com/zulu/bin/zulu-repo_1.0.0-2_all.deb; apt-get install -y -f /tmp/repo.deb; curl -L https://apt.corretto.aws/corretto.key | apt-key add - ;\