diff --git a/features/sso/backend-api/Dockerfile b/features/sso/backend-api/Dockerfile index d13eb4577..6392a296a 100755 --- a/features/sso/backend-api/Dockerfile +++ b/features/sso/backend-api/Dockerfile @@ -20,7 +20,7 @@ FROM node:22-alpine AS base WORKDIR /app # Build arguments for registry configuration -ARG NPM_REGISTRY=http://10.0.0.118:4874/ +ARG NPM_REGISTRY=http://npm.nasty.sh/ # Install pnpm and build dependencies RUN corepack enable && corepack prepare pnpm@latest --activate