Update base node version

This commit is contained in:
Bruce Yu 2026-03-20 16:50:35 -04:00
parent 30c71162f1
commit 167d635852
4 changed files with 4 additions and 4 deletions

View file

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