Skip to content

Commit c62c32f

Browse files
Bump node from 18-alpine to 25-alpine
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 eeedd8f commit c62c32f

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
@@ -7,7 +7,7 @@ COPY .git .
77
RUN git describe --tags | sed 's/^v//' > git_describe.txt
88

99
# Builder
10-
FROM node:18-alpine AS builder
10+
FROM node:25-alpine AS builder
1111

1212
WORKDIR /app
1313
COPY ./frontend/package.json ./frontend/package-lock.json ./

0 commit comments

Comments
 (0)