Skip to content

Commit 211eda9

Browse files
chore(deps): update node.js to v24
1 parent ebb7cc6 commit 211eda9

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
@@ -4,7 +4,7 @@
44
# placeholder index.html is committed for the embed pragma to find
55
# during local `go build`/test runs that haven't run npm; the real
66
# bundle replaces it inside the image.
7-
FROM node:22-alpine AS spa-build
7+
FROM node:24-alpine AS spa-build
88
WORKDIR /spa
99
# Bring just the package manifests first so the npm cache survives
1010
# unrelated source changes; the layer rebuilds only when deps shift.

0 commit comments

Comments
 (0)