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 8ced20b commit a476c14Copy full SHA for a476c14
Dockerfile
@@ -4,7 +4,7 @@ ARG BASE_BUILD=${MAYBE_BASE_BUILD:-server-base}
4
5
################### Asset Builder
6
7
-FROM node:24-alpine AS build-assets
+FROM node:25-alpine AS build-assets
8
ENV NO_UPDATE_NOTIFIER=1
9
SHELL [ "/bin/sh", "-euo", "pipefail", "-c" ]
10
0 commit comments