Skip to content

Commit

Permalink
update version of node and version of runner
Browse files Browse the repository at this point in the history
  • Loading branch information
calcantara authored and calcantara committed May 2, 2024
1 parent bda46a8 commit 26f1272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
ARG VERSION=2.306.0
ARG VERSION=v2.316.1
ENV GITHUB_ACCESS_TOKEN=
ENV LABELS=
ENV HOSTNAME=
Expand All @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt -f -y install `cat /tmp/requirements.apt` && \
rm /tmp/requirements.apt

RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
apt-get install -y nodejs && \
npm -g install yarn

Expand Down

0 comments on commit 26f1272

Please sign in to comment.