Skip to content

Commit

Permalink
Merge pull request #53 from gdisdevops/renovate/getsentry-sentry-cli-2.x
Browse files Browse the repository at this point in the history
Update dependency getsentry/sentry-cli to v2.21.2
  • Loading branch information
Lerentis authored Oct 19, 2023
2 parents 2425e35 + 4490aa3 commit 5f82d1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG ANSIBLE_VERSION=8.4.0
ARG CONFTEST_VERSION=0.45.0
ARG INFRACOST_VERSION=v0.10.29
ARG COSIGN_VERSION=1.13.1
ARG SENTRY_CLI_VERSION=2.21.0
ARG SENTRY_CLI_VERSION=2.21.2
ARG CHECKOV_VERSION=2.4.36
ARG VAULT_CRD_RENDERER_VERSION=1.0.7
ARG PIP_HVAC_VERSION=1.2.1
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN set -eux; \
INFRACOST_DOWNLOAD_URL="https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}"; \
COSIGN_DOWNLOAD_URL="https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign_${COSIGN_VERSION}_arm64.deb"; \
SENTRY_DOWNLOAD_URL="https://release-registry.services.sentry.io/apps/sentry-cli/${SENTRY_CLI_VERSION}?response=download&arch=aarch64&platform=Linux&package=sentry-cli"; \
SENTRY_HASHSUM="d48487cac4b9975415e88eabbd1abf23a2d8f617f0468cf511cb42895288b858"; \
SENTRY_HASHSUM="aa6085a9b24e349dbcef301127aebc6e8c3adfa8389964df5e91d96b3fb92e08"; \
VAULT_CRD_RENDERER_URL="https://github.com/DaspawnW/vault-crd-helm-renderer/releases/download/v${VAULT_CRD_RENDERER_VERSION}"; \
;; \
amd64|x86_64) \
Expand All @@ -66,7 +66,7 @@ RUN set -eux; \
INFRACOST_DOWNLOAD_URL="https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}"; \
COSIGN_DOWNLOAD_URL="https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign_${COSIGN_VERSION}_amd64.deb"; \
SENTRY_DOWNLOAD_URL="https://release-registry.services.sentry.io/apps/sentry-cli/${SENTRY_CLI_VERSION}?response=download&arch=x86_64&platform=Linux&package=sentry-cli"; \
SENTRY_HASHSUM="e3739b5525cf56c4b1242b14fe75e5ac52693607cb04d6a7ca83abf72cd3c5e0"; \
SENTRY_HASHSUM="0016d21b20d6b83fe10d514d10ca1dbed854e8694d71fada9749e702730ed728"; \
VAULT_CRD_RENDERER_URL="https://github.com/DaspawnW/vault-crd-helm-renderer/releases/download/v${VAULT_CRD_RENDERER_VERSION}"; \
;; \
*) \
Expand Down

0 comments on commit 5f82d1f

Please sign in to comment.