docker node version

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-07-17 17:36:49 +02:00
parent 5e225b7ae6
commit c2329168fb
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
ARG NODE_VERSION=20
ARG NODE_VERSION=20.15.1
RUN apt update \
&& apt install -y curl \