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.
2 parents 19bbb62 + a476c14 commit e59beb0Copy full SHA for e59beb0
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