chore: update to node 20

This commit is contained in:
CrazyMax
2023-09-10 04:22:26 +02:00
parent 6a07d2066a
commit 32402da4e2
3 changed files with 7 additions and 7 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