diff --git a/Dockerfile b/Dockerfile index 7e87285..80659d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1 +# syntax=docker/dockerfile:1.7 # ========================================================= # Base @@ -22,7 +22,7 @@ ENV HUSKY=0 COPY package.json package-lock.json ./ RUN npm pkg delete scripts.prepare \ - && npm ci --force --include=dev --no-audit --no-fund + && npm ci --include=dev --no-audit --no-fund # =========================================================