mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
chore: updated node version in dockerfile and netlify config
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
ARG INSTALLER=yarn
|
||||
|
||||
FROM node:20-alpine AS base
|
||||
FROM node:22.20.0-alpine AS base
|
||||
|
||||
# Install dependencies only when needed
|
||||
FROM base AS deps
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@ publish = "dist"
|
||||
command = "yarn build"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "20"
|
||||
NODE_VERSION = "22.20.0"
|
||||
|
||||
Reference in New Issue
Block a user