Skip to content

Commit fa6b09d

Browse files
chore(deps): bump node from 18-alpine to 25-alpine in /docker
Bumps node from 18-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 6d20294 commit fa6b09d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Multi-stage build for optimized production image
33

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

77
WORKDIR /app
88

@@ -19,7 +19,7 @@ COPY . .
1919
RUN npm run build
2020

2121
# Stage 2: Production stage
22-
FROM node:18-alpine AS production
22+
FROM node:25-alpine AS production
2323

2424
WORKDIR /app
2525

0 commit comments

Comments
 (0)