Skip to content

Commit

Permalink
try to update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jincod committed Nov 28, 2024
1 parent e489eb3 commit 47efd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM jenkins/inbound-agent:4.13.3-1
FROM jenkins/inbound-agent:3283.v92c105e0f819-1

USER root

# nodejs
RUN apt-get update \
&& apt install -y curl \
&& curl -sL https://deb.nodesource.com/setup_20.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install -y nodejs

# docker cli
Expand Down

0 comments on commit 47efd69

Please sign in to comment.