From 63b3376b480b6f125aaa8315a500eb096981822e Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Wed, 8 Jan 2025 12:11:43 -0500 Subject: [PATCH] dev: try upgrading docker node version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76961e1b..c722fc80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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++ \