From 8b17108aad4d9362649a5dae020746c2a767c90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 4 Mar 2024 01:44:53 +0300 Subject: [PATCH] chore(docker): update git-cliff to 2.1.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4875e3e..887332f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM orhunp/git-cliff:2.0.3@sha256:f8eb85a767c5e14f9bb08b2bce2c8fb37662cd9bd111a1257a8c2f4c2f88ea7a +FROM orhunp/git-cliff:2.1.2@sha256:5418cf78c69f2c470ec93bf4f19ce6dd209e6c4035ca0fdb5ecbab8866ecae37 LABEL maintainer="orhun " LABEL repository="https://github.com/orhun/git-cliff-action"