Skip to content

Commit

Permalink
fix: update mindthegap (#852)
Browse files Browse the repository at this point in the history
**What problem does this PR solve?**:
Fixes our CVE


**Which issue(s) this PR fixes**:
Fixes #

**How Has This Been Tested?**:
<!--
Please describe the tests that you ran to verify your changes.
Provide output from the tests and any manual steps needed to replicate
the tests.
-->

**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->
  • Loading branch information
faiq authored Aug 12, 2024
1 parent e154074 commit 5d54db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/addons/mindthegap-helm-registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG MINDTHEGAP_VERSION=v1.14.3
ARG MINDTHEGAP_VERSION=v1.14.4

FROM --platform=${BUILDPLATFORM} ghcr.io/mesosphere/mindthegap:${MINDTHEGAP_VERSION} as bundle_builder
# this gets called by goreleaser so the copy source has to be the path relative to the repo root.
Expand Down

0 comments on commit 5d54db0

Please sign in to comment.