Skip to content

Commit

Permalink
Merge pull request #3 from metarsit-coinhako/master
Browse files Browse the repository at this point in the history
fix: Upgrade to latest version and remove Python PEP-668 enforcement
  • Loading branch information
plettich authored Dec 18, 2023
2 parents bd4444b + 955eef4 commit 87ddfad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM alpine:latest

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ v0.9.15
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ v0.15.0

RUN apk --no-cache add git python3 py3-pip && \
find /usr/lib/ -type f -name 'EXTERNALLY-MANAGED' -exec rm -f {} \; && \
rm -rf /var/lib/apt/lists/*

RUN pip install codespell
Expand Down

0 comments on commit 87ddfad

Please sign in to comment.