From 26f1272256bb9f87fa34156997d4adf14af6846a Mon Sep 17 00:00:00 2001 From: calcantara Date: Thu, 2 May 2024 17:06:48 -0300 Subject: [PATCH] update version of node and version of runner --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 857ceae..8dd8485 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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= @@ -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