Skip to content
Snippets Groups Projects
Commit 1c53ae58 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'renovate/gitlab-org-cli-1.x' into 'main'

Update dependency gitlab-org/cli to v1.54.0

See merge request components/opentofu!258
parents fa3bd3f5 0d151e56
Branches
Tags
No related merge requests found
Pipeline #266213 failed
...@@ -30,7 +30,7 @@ RUN wget https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION} ...@@ -30,7 +30,7 @@ RUN wget https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}
rm -f /tmp/*.deb rm -f /tmp/*.deb
# NOTE: glab is not yet available in the debian apt sources # NOTE: glab is not yet available in the debian apt sources
ARG GLAB_VERSION=1.53.0 ARG GLAB_VERSION=1.54.0
WORKDIR /tmp WORKDIR /tmp
RUN wget https://gitlab.com/gitlab-org/cli/-/releases/v${GLAB_VERSION}/downloads/glab_${GLAB_VERSION}_linux_${TARGETARCH}.deb && \ RUN wget https://gitlab.com/gitlab-org/cli/-/releases/v${GLAB_VERSION}/downloads/glab_${GLAB_VERSION}_linux_${TARGETARCH}.deb && \
dpkg -i *.deb && \ dpkg -i *.deb && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment