From 30a0352987e56a72f0bd0853ed714b299d818c30 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Wed, 30 Jun 2021 14:25:24 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.12.0-nightly20210629+ef98b6a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eba3c69..3d691ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3 -ENV REVIEWDOG_VERSION=v0.12.0-nightly20210627+4216c7e +ENV REVIEWDOG_VERSION=v0.12.0-nightly20210629+ef98b6a RUN apt-get install bash