From 7502469a22157a8b8f7817077369df64f5d94561 Mon Sep 17 00:00:00 2001 From: Gabriel Lemos Date: Wed, 12 Jun 2024 09:53:06 -0300 Subject: [PATCH] Update node to 18 --- 3.10/Dockerfile | 4 ++-- 3.11/Dockerfile | 4 ++-- 3.6/Dockerfile | 4 ++-- 3.7/Dockerfile | 4 ++-- 3.8/Dockerfile | 4 ++-- 3.9/Dockerfile | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/3.10/Dockerfile b/3.10/Dockerfile index 3046a5c..0c20298 100644 --- a/3.10/Dockerfile +++ b/3.10/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update && \ rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash RUN apt-get install -y nodejs WORKDIR /work -ENTRYPOINT ["/bin/sh"] \ No newline at end of file +ENTRYPOINT ["/bin/sh"] diff --git a/3.11/Dockerfile b/3.11/Dockerfile index ae71365..9a5ab62 100644 --- a/3.11/Dockerfile +++ b/3.11/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update && \ rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash RUN apt-get install -y nodejs WORKDIR /work -ENTRYPOINT ["/bin/sh"] \ No newline at end of file +ENTRYPOINT ["/bin/sh"] diff --git a/3.6/Dockerfile b/3.6/Dockerfile index 68a2658..b6baecf 100644 --- a/3.6/Dockerfile +++ b/3.6/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update && \ rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash RUN apt-get install -y nodejs WORKDIR /work -ENTRYPOINT ["/bin/sh"] \ No newline at end of file +ENTRYPOINT ["/bin/sh"] diff --git a/3.7/Dockerfile b/3.7/Dockerfile index bdff86f..19750b0 100644 --- a/3.7/Dockerfile +++ b/3.7/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update && \ rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash RUN apt-get install -y nodejs WORKDIR /work -ENTRYPOINT ["/bin/sh"] \ No newline at end of file +ENTRYPOINT ["/bin/sh"] diff --git a/3.8/Dockerfile b/3.8/Dockerfile index f059027..87cb2c6 100644 --- a/3.8/Dockerfile +++ b/3.8/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update && \ rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash RUN apt-get install -y nodejs WORKDIR /work -ENTRYPOINT ["/bin/sh"] \ No newline at end of file +ENTRYPOINT ["/bin/sh"] diff --git a/3.9/Dockerfile b/3.9/Dockerfile index 9d81cfd..3dccac3 100644 --- a/3.9/Dockerfile +++ b/3.9/Dockerfile @@ -16,10 +16,10 @@ RUN apt-get update && \ rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash RUN apt-get install -y nodejs WORKDIR /work -ENTRYPOINT ["/bin/sh"] \ No newline at end of file +ENTRYPOINT ["/bin/sh"]