Skip to content

Commit 7b1641a

Browse files
authored
Merge pull request #235 from jNullj/dependabot/docker/node-25.8.0-alpine
build(deps): bump node from 25.7.0-alpine to 25.8.0-alpine
2 parents 1a3d7ee + 829a799 commit 7b1641a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build
2-
FROM node:25.7.0-alpine AS builder
2+
FROM node:25.8.0-alpine AS builder
33

44
WORKDIR /app
55

@@ -13,7 +13,7 @@ RUN npm ci --omit=dev
1313
COPY . .
1414

1515
# Stage 2: Final image
16-
FROM node:25.7.0-alpine
16+
FROM node:25.8.0-alpine
1717

1818
WORKDIR /app
1919

0 commit comments

Comments
 (0)