From 1a07e497029b74d3eaef291e6fddad346679686e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 25 Sep 2021 21:22:15 +0300 Subject: [PATCH] chore(docker): pin the git-cliff version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fc58d4..8e5f513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM orhunp/git-cliff:latest +FROM orhunp/git-cliff:0.3.0@sha256:f29c2635af6b11768799890c2da82457078ccac9be021cca4f0bc63a89d58430 LABEL maintainer="orhun " LABEL repository="https://github.com/orhun/git-cliff-action"