mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
fix: clean install failing
This commit is contained in:
@@ -6,7 +6,7 @@ ARG CAPTCHA_SITE_KEY=captcha-site-key
|
||||
FROM node:20.19.5-trixie-slim AS base
|
||||
|
||||
# Fixes NPM vulnerability: https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
|
||||
RUN npm install -g npm@11
|
||||
RUN npm install -g npm@10.9.0
|
||||
|
||||
FROM base AS frontend-dependencies
|
||||
WORKDIR /app
|
||||
|
||||
@@ -6,7 +6,7 @@ ARG CAPTCHA_SITE_KEY=captcha-site-key
|
||||
FROM node:20.19.5-trixie-slim AS base
|
||||
|
||||
# Fixes NPM vulnerability: https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
|
||||
RUN npm install -g npm@11
|
||||
RUN npm install -g npm@10.9.0
|
||||
|
||||
FROM base AS frontend-dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user