Skip to content
Snippets Groups Projects

chore(deps): update registry.gitlab.com/gitlab-org/release-cli digest to 45af071

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -15,7 +15,7 @@ RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubec
@@ -15,7 +15,7 @@ RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubec
&& install -o root -g root -m 0755 kubectl-convert /usr/local/bin/kubectl-convert
&& install -o root -g root -m 0755 kubectl-convert /usr/local/bin/kubectl-convert
# Release CLI cache
# Release CLI cache
FROM registry.gitlab.com/gitlab-org/release-cli:latest@sha256:af74927a13c44668cf3741a8e3ef513cd4353703707c64b51b6f6ea98d3fefaf as release-cli
FROM registry.gitlab.com/gitlab-org/release-cli:latest@sha256:45af0719567c4d7f6204996fbfc25b00741d8ae14ed45c59010af938d3aa16a0 as release-cli
# git-chglog cache
# git-chglog cache
FROM quay.io/git-chglog/git-chglog:0.15.1 as git-chglog
FROM quay.io/git-chglog/git-chglog:0.15.1 as git-chglog
Loading