Skip to content

Commit

Permalink
dockerize/0.8.0-r1: cve remediation (#36940)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and octo-sts[bot] authored Dec 13, 2024
1 parent f577ba2 commit 4f5756b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dockerize.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: dockerize
version: 0.8.0
epoch: 1
epoch: 2
description: Utility to simplify running applications in docker containers
copyright:
- license: MIT
Expand All @@ -21,6 +21,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: b9b22a266f4f11efe04b0db837ceb3fca7b30dad

- uses: go/bump
with:
deps: golang.org/x/[email protected]

- uses: go/build
with:
packages: .
Expand Down

0 comments on commit 4f5756b

Please sign in to comment.