mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-16 11:41:08 -06:00
dev: try upgrading docker node version
This commit is contained in:
@@ -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++ \
|
||||
|
||||
Reference in New Issue
Block a user