diff --git a/Dockerfile b/Dockerfile index b435673..0a9a348 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM node:26-alpine COPY --from=builder ./build/steadybit-*.tgz steadybit.tgz RUN apk update && apk upgrade --no-cache && rm -rf /var/cache/apk/* && \ - npm -g install npm@12 && \ + npm -g install npm@12.1.0 && \ npm -g install ./steadybit.tgz && \ rm ./steadybit.tgz