Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.14@sha256:80fc934952c8f1b2b4d39907af7211f8a9fff1a4c2cf673fb49099292c251cec AS build
FROM node:24.18@sha256:fdddfb3e688158251943d52eba361de991548f6814007acba4917ae6b512d6be AS build

COPY frontend/package.json frontend/package-lock.json /app/frontend/

Expand Down
Loading