From 35d34d657567e18cfb722e89287b380dc65b0bca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:26:19 +0000 Subject: [PATCH] chore(deps): Update typos to 1.26.0 (#31) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10e91d7..500fd65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.19 ENV REVIEWDOG_VERSION=v0.20.2 -ENV TYPOS_VERSION=v1.20.9 +ENV TYPOS_VERSION=v1.26.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]