Skip to content

Commit 552c5dc

Browse files
Bump node in /frontend in the all-frontend group
Bumps the all-frontend group in /frontend with 1 update: node. Updates `node` from 20-alpine to 25-alpine --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production dependency-group: all-frontend ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aaa0cf3 commit 552c5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/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 builder
1+
FROM node:25-alpine AS builder
22

33
WORKDIR /app
44
COPY package*.json ./

0 commit comments

Comments
 (0)