mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +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
|
||||
|
||||
Reference in New Issue
Block a user