Skip to content

Commit 4ffc99a

Browse files
committed
Bump frontend Dockerfile to Node 24
1 parent 95149d6 commit 4ffc99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/microsoft-dotnet
2-
FROM node:22-slim AS frontend-build
2+
FROM node:24-slim AS frontend-build
33
ENV CI=true
44
RUN corepack enable && corepack prepare pnpm@latest --activate
55
WORKDIR /app

0 commit comments

Comments
 (0)