Skip to content

Commit

Permalink
ci: update image,apt cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Dec 13, 2020
1 parent 7b7d6d0 commit 17c29e9
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 17c29e9

Please sign in to comment.