We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f063a94 commit 1d3a052Copy full SHA for 1d3a052
Dockerfile
@@ -1,5 +1,5 @@
1
### Build stage for the website frontend
2
-FROM --platform=$BUILDPLATFORM node:23.7.0-bookworm AS website
+FROM --platform=$BUILDPLATFORM node:23.9.0-bookworm AS website
3
WORKDIR /code
4
COPY ./website/package.json ./
5
COPY ./website/package-lock.json ./
0 commit comments