1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

chore(deps): bump node from 24-alpine to 25-alpine in the all group #200

This commit is contained in:
2025-12-11 09:07:44 +03:00
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:24-alpine AS base
FROM node:25-alpine AS base
# Install dependencies only when needed
FROM base AS deps