From 6a369529473957576eea8c0a35ed1096647b60f6 Mon Sep 17 00:00:00 2001 From: Shemnei <13824260+Shemnei@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:25:00 +0000 Subject: [PATCH] chore(deps): Update typos to 1.20.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb89c41..bc40112 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.19 ENV REVIEWDOG_VERSION=v0.17.4 -ENV TYPOS_VERSION=v1.20.8 +ENV TYPOS_VERSION=v1.20.9 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]