Skip to content

Commit

Permalink
[Misc] Upgrade ssh-agent to jdk17 for build-node
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Nov 5, 2024
1 parent 2310708 commit f7f8844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN corepack enable
# Activate and install pnpm.
RUN corepack prepare [email protected] --activate
# The final docker image of the multi stage build.
FROM jenkins/ssh-agent:jdk11
FROM jenkins/ssh-agent:jdk17
# 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.
Expand Down

0 comments on commit f7f8844

Please sign in to comment.