Skip to content

Commit

Permalink
chore: Hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shemnei committed May 16, 2024
1 parent 0329755 commit e7dd94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV TYPOS_VERSION=v1.20.9

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

# hadolint ignore=DL3006
# hadolint ignore=DL3018
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}
Expand Down

0 comments on commit e7dd94a

Please sign in to comment.