dnm: test update to node20

This commit is contained in:
CrazyMax 2023-09-07 08:51:24 +02:00
parent ce60bfdfe1
commit fe20ba91e9
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
8 changed files with 1291 additions and 1136 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG NODE_VERSION=16
ARG NODE_VERSION=20
FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git