From e3b6ad0764db2279bb6f30b57b8791f9ae8d49e1 Mon Sep 17 00:00:00 2001
From: review-dog <review-dog@users.noreply.github.com>
Date: Mon, 22 Jan 2024 12:30:51 +0000
Subject: [PATCH] chore(deps): update reviewdog to 0.17.0

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 44f47b6..f40d783 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@ RUN apk --update add git curl && \
   rm /var/cache/apk/*
 
 # install reviewdog
-ENV REVIEWDOG_VERSION=v0.16.0
+ENV REVIEWDOG_VERSION=v0.17.0
 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
 
 # install actionlint