Skip to content

Commit

Permalink
fix: Don't point to 1.12.9 (unsure where it went)
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 6, 2022
1 parent 16ca0ac commit 9576a03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
ARG VERSION=1.12.9
ARG VERSION=1.12.8
ENV VERSION=${VERSION}
RUN apt-get update && apt-get install -y wget git jq
RUN wget https://github.com/crate-ci/typos/releases/download/v${VERSION}/typos-v${VERSION}-x86_64-unknown-linux-musl.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion docs/pre-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config at this repository:
```yaml
repos:
- repo: https://github.com/crate-ci/typos
rev: v1.12.9
rev: v1.12.8
hooks:
- id: typos
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup
from setuptools.command.install import install as orig_install

TYPOS_VERSION = '1.12.9'
TYPOS_VERSION = '1.12.8'
POSTFIX_SHA256 = {
'linux': (
'x86_64-unknown-linux-musl.tar.gz',
Expand Down

0 comments on commit 9576a03

Please sign in to comment.