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

Bumps the all group with 1 update: node.


Updates `node` from 24-alpine to 25-alpine

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25-alpine
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-11 06:05:14 +00:00
committed by GitHub
parent 569433b587
commit 371bd05238
+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 # Install dependencies only when needed
FROM base AS deps FROM base AS deps