Skip to content

Commit

Permalink
ci: specify dumb init version and remove ignore linter flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 14, 2024
1 parent 1d8c0c9 commit bd37d78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down

0 comments on commit bd37d78

Please sign in to comment.