Skip to content

Commit

Permalink
Merge pull request #107 from tsuyoshicho/update/docker-20201213
Browse files Browse the repository at this point in the history
ci: update image,apt cmd
  • Loading branch information
tsuyoshicho authored Dec 13, 2020
2 parents 01e8a99 + 17c29e9 commit 9f58404
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:current-alpine
FROM node:15.4.0-alpine

# reviewdog
ENV REVIEWDOG_VERSION=v0.11.0

# hadolint ignore=DL3006
RUN apk --no-cache add git

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
RUN apk --update add git && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 9f58404

Please sign in to comment.