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

@@ -1,4 +1,4 @@
ARG NODE_VERSION=20
ARG NODE_VERSION=20.15.1
FROM --platform=linux/amd64 node:${NODE_VERSION}-slim AS base