From f2694e28677ceac04716b27e7c1e7f517c5ea057 Mon Sep 17 00:00:00 2001 From: Manuel Leduc Date: Tue, 5 Nov 2024 16:21:40 +0100 Subject: [PATCH] [Misc] Upgrade ssh-agent to jdk21 for build-node --- build-node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-node/Dockerfile b/build-node/Dockerfile index 5a1609d..0fa6015 100644 --- a/build-node/Dockerfile +++ b/build-node/Dockerfile @@ -26,7 +26,7 @@ RUN corepack enable # Activate and install pnpm. RUN corepack prepare pnpm@9.12.2 --activate # The final docker image of the multi stage build. -FROM jenkins/ssh-agent:jdk17 +FROM jenkins/ssh-agent:jdk21 # Copy of the location of the installed node tools. COPY --from=node_base /usr/local/lib/node_modules/ /usr/local/lib/node_modules/ # Copy of the symbolic links to the installed node tools in a folder of the PATH.