From 961affa808df383d9204ef8c1f96844d3717d9b2 Mon Sep 17 00:00:00 2001 From: Alessandro Calzavara Date: Tue, 31 Aug 2021 10:57:05 +0200 Subject: [PATCH] use latest docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 627d199..eb31a09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM dral3x/stringslint:swift-5 +FROM dral3x/stringslint:swift-5.4.1 LABEL version="1.1.1" LABEL repository="https://github.com/dral3x/action-stringslint" LABEL homepage="https://github.com/dral3x/action-stringslint"