Skip to content

Commit

Permalink
Merge pull request #11863 from chainguardian/cve-minio-GHSA-pvcr-v8j8…
Browse files Browse the repository at this point in the history
…-j5q3

minio/0.20231220.010002-r1: cve remediation
  • Loading branch information
ajayk authored Jan 26, 2024
2 parents 9f3186e + b7c97f0 commit 21ff742
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
# minio uses strange versioning, the upstream version is RELEASE.2023-10-25T06-33-25Z
# when bumping this, also bump the tag in git-checkout below
version: 0.20231220.010002
epoch: 1
epoch: 2
description: Multi-Cloud Object Storage
copyright:
- license: AGPL-3.0-or-later
Expand All @@ -24,6 +24,10 @@ pipeline:
tag: RELEASE.2023-12-20T01-00-02Z
expected-commit: 7a311a3b666a0e5476fbde24d4413220876d9df2

- uses: go/bump
with:
deps: github.com/lestrrat-go/[email protected]

- runs: |
make build
mkdir -p ${{targets.destdir}}/usr/bin
Expand Down

0 comments on commit 21ff742

Please sign in to comment.