Skip to content

Commit

Permalink
chore: bump runc to v1.1.4
Browse files Browse the repository at this point in the history
Bump runc to [v1.1.4](https://github.com/opencontainers/runc/releases/tag/v1.1.4)

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Aug 26, 2022
1 parent 40e1215 commit e427a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runc/pkg.yaml
Expand Up @@ -7,10 +7,10 @@ dependencies:
steps:
- sources:
# sync with commit in build
- url: https://github.com/opencontainers/runc/releases/download/v1.1.3/runc.tar.xz
- url: https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.tar.xz
destination: runc.tar.xz
sha256: 2db1f3a01ffd2f8fa3a259b9b512ca7d4dbf89be5765cc58d306e45658668453
sha512: 529dcb7935e12b590ce67c1e49505cad3c789756bfb331d159e100ebe8c99234c55c49d7b74bb9e8b69c2b858f430f71451278f4cf3f5f6510cc7f9603184546
sha256: 9f5972715dffb0b2371e4d678c1206cc8c4ec5eb80f2d48755d150bac49be35b
sha512: 73f7b266a2aaabf180bf99d04e96a171ef12cc3c3ff43189caff324f1e4ac127a646c3c15489801d48291d997de4c88384ae957a8af4a96b3e779bcb09bc58ac
prepare:
- |
export GOPATH=/go
Expand All @@ -27,7 +27,7 @@ steps:
export CC=/toolchain/bin/cc
# This is required due to "loadinternal: cannot find runtime/cgo".
export CGO_ENABLED=1
make EXTRA_LDFLAGS="-w -s" BUILDTAGS="seccomp" COMMIT=6724737f999df9ee0d8ca5c6d7b81f97adc34374 runc
make EXTRA_LDFLAGS="-w -s" BUILDTAGS="seccomp" COMMIT=5fd4c4d144137e991c4acebb2146ab1483a97925 runc
install:
- |
export GOPATH=/go
Expand Down

0 comments on commit e427a77

Please sign in to comment.