diff --git a/Dockerfile b/Dockerfile index 505ffe2..29bd7c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ FROM alpine:3.18 AS base # hadolint ignore=DL3018 RUN apk add --no-cache --update \ nodejs=18.17.0-r0 \ + npm=9.6.6-r0 \ git=2.40.1-r0 \ openssh=9.3_p2-r0 \ ca-certificates=20230506-r0 \ @@ -19,9 +20,6 @@ WORKDIR /action FROM base AS build -# hadolint ignore=DL3018 -RUN apk add --no-cache npm=9.6.6-r0 - # slience npm # hadolint ignore=DL3059 RUN npm config set update-notifier=false audit=false fund=false