From 0e74765f2f83d747a692ae478847f38d3587bb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 28 Apr 2023 21:12:53 +0300 Subject: [PATCH] chore(docker): update git-cliff to 1.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9606c7e..3b173eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM orhunp/git-cliff:1.1.2@sha256:35bdfbb0a089e78bb874311dadc49b36473cf526584fd6e1a7205a9d8c801592 +FROM orhunp/git-cliff:1.2.0@sha256:faf39a3ee2853ffe2d79509b90ac12dd8672ca28af61e12824d7f47389f9b2e8 LABEL maintainer="orhun " LABEL repository="https://github.com/orhun/git-cliff-action"