Skip to content

Commit 7af3057

Browse files
Bump node from 20-alpine to 25-alpine
Bumps node from 20-alpine to 25-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3637253 commit 7af3057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ── Stage 1: Build frontend ────────────────────────────────────────────────────
2-
FROM node:20-alpine AS frontend-builder
2+
FROM node:25-alpine AS frontend-builder
33
WORKDIR /app/frontend
44
COPY frontend/package*.json ./
55
RUN npm ci --prefer-offline

0 commit comments

Comments
 (0)