Skip to content

Commit 61a5004

Browse files
authored
Merge pull request #1 from bavix/dependabot/docker/node-25-alpine
chore(deps): bump node from 20-alpine to 25-alpine
2 parents 36b89cc + ff1be37 commit 61a5004

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,4 +1,4 @@
1-
FROM node:20-alpine AS build
1+
FROM node:25-alpine AS build
22
WORKDIR /build
33
COPY package.json package-lock.json* ./
44
RUN npm ci --production --no-audit --no-fund || npm install --production --no-audit --no-fund

0 commit comments

Comments
 (0)