dev: try upgrading docker node version

This commit is contained in:
KernelDeimos 2025-01-08 12:11:43 -05:00
parent 0cb1ca7989
commit 63b3376b48

View File

@ -8,7 +8,7 @@
# worry about Docker unless the build/run process changes.
# Build stage
FROM node:21-alpine AS build
FROM node:22-alpine AS build
# Install build dependencies
RUN apk add --no-cache git python3 make g++ \