mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
dev: try upgrading docker node version
This commit is contained in:
parent
0cb1ca7989
commit
63b3376b48
@ -8,7 +8,7 @@
|
|||||||
# worry about Docker unless the build/run process changes.
|
# worry about Docker unless the build/run process changes.
|
||||||
|
|
||||||
# Build stage
|
# Build stage
|
||||||
FROM node:21-alpine AS build
|
FROM node:22-alpine AS build
|
||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN apk add --no-cache git python3 make g++ \
|
RUN apk add --no-cache git python3 make g++ \
|
||||||
|
Loading…
Reference in New Issue
Block a user