From d2a21a5e4fae75f5d693a4b00da504776721f490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 31 Aug 2023 10:34:40 +0300 Subject: [PATCH] chore(docker): update git-cliff to 1.3.0-rc.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b173eb..f85218f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM orhunp/git-cliff:1.2.0@sha256:faf39a3ee2853ffe2d79509b90ac12dd8672ca28af61e12824d7f47389f9b2e8 +FROM orhunp/git-cliff:1.3.0-rc.1@sha256:b6fc34bf033f41d1d8d351ba75f0f37eb26952451a9db22873a7cc2297814f8f LABEL maintainer="orhun " LABEL repository="https://github.com/orhun/git-cliff-action"