From 154bd8a51d0f70bbc289b427512a45438bbe89ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 2 Oct 2021 01:46:42 +0300 Subject: [PATCH] chore(docker): update git-cliff to 0.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e5f513..80f04e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM orhunp/git-cliff:0.3.0@sha256:f29c2635af6b11768799890c2da82457078ccac9be021cca4f0bc63a89d58430 +FROM orhunp/git-cliff:0.4.0@sha256:8a5461df9dc38077d489b63858794b156b777ab382667eb2e68745d15d2e2c78 LABEL maintainer="orhun " LABEL repository="https://github.com/orhun/git-cliff-action"