diff --git a/Dockerfile b/Dockerfile index 6bd03c9515..6a0de67f04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -FROM node:18.19.0-alpine3.18 AS base +FROM node:20.11.0-alpine3.19 AS base ENV HUSKY 0 RUN apk update diff --git a/Dockerfile-ut-func b/Dockerfile-ut-func index e6bd28857b..a331a0c3a6 100644 --- a/Dockerfile-ut-func +++ b/Dockerfile-ut-func @@ -5,7 +5,7 @@ ENV HUSKY 0 RUN apt-get update \ && apt-get install -y curl make g++ \ && apt-get install -y cpio \ - && curl -sL https://deb.nodesource.com/setup_18.x | bash \ + && curl -sL https://deb.nodesource.com/setup_20.x | bash \ && apt-get install -y nodejs \ && rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists.d/* \