Skip to content

Commit 88b5ee2

Browse files
build(docker): 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] <[email protected]>
1 parent ba8680b commit 88b5ee2

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
@@ -2,7 +2,7 @@
22
# Multi-stage build for optimized production deployment
33

44
# Stage 1: Build
5-
FROM node:20-alpine AS builder
5+
FROM node:25-alpine AS builder
66

77
WORKDIR /app
88

0 commit comments

Comments
 (0)