diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb0f2cdefcc4485d59417c484c3f2aabd835512f..f5f5e6909186a4871e0a6c7028fed8b353bf6bcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ stages: # Automated month-based releases release-changelog-full: stage: changelog - image: quay.io/git-chglog/git-chglog:0.15.2 + image: quay.io/git-chglog/git-chglog:0.15.4 variables: GIT_STRATEGY: clone GIT_DEPTH: 0 diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 1be2b1f1b6b96300ea735a37b54a68682c4f954c..407804b78e16f0b150b945bbf6a30ac44c03aa38 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -21,7 +21,7 @@ FROM registry.gitlab.com/gitlab-org/release-cli:latest@sha256:452bfc383a1bf77045 FROM ghcr.io/caarlos0/svu:v1.9.0 as svu # git-chglog cache -FROM quay.io/git-chglog/git-chglog:0.15.2 as git-chglog +FROM quay.io/git-chglog/git-chglog:0.15.4 as git-chglog # Helm CLI cache FROM quay.io/fedora/fedora:36 as helm