diff --git a/Dockerfile b/Dockerfile index dec5825..ebe58c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,7 @@ CMD ["npm", "run", "start:dev"] FROM base AS build -# hadolint ignore=DL3018 -RUN apk update && apk add --no-cache dumb-init +RUN apk update && apk add --no-cache dumb-init=1.2.5-r2 COPY package*.json $DIR RUN echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > "$DIR/.npmrc" && \