Skip to content

Commit 1a9c199

Browse files
build(deps): Bump submodules and dependencies (#1617)
* [create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: upgrade runc version to v1.3.3 Signed-off-by: Shubhranshu Mahapatra <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Shubhranshu Mahapatra <[email protected]> Co-authored-by: Shubhranshu153 <[email protected]> Co-authored-by: Shubhranshu Mahapatra <[email protected]>
1 parent 4df2f26 commit 1a9c199

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deps/finch-core

e2e/vm/version_remote_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
nerdctlVersion = "v2.1.3"
2323
buildKitVersion = "v0.23.2"
2424
containerdVersion = "v2.1.3"
25-
runcVersion = "1.3.2"
25+
runcVersion = "1.3.3"
2626
)
2727

2828
type Versions struct {

finch.yaml.d/common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ provision:
5353
sudo cp /tmp/runc-override /usr/bin/runc
5454
sudo rm /tmp/runc-override
5555
56-
# Verify runc version is >= 1.3.2
56+
# Verify runc version is >= 1.3.3
5757
INSTALLED_VERSION=$(runc --version | head -n1 | awk '{print $3}')
58-
REQUIRED_VERSION="1.3.2"
58+
REQUIRED_VERSION="1.3.3"
5959
if ! printf '%s\n%s\n' "$REQUIRED_VERSION" "$INSTALLED_VERSION" | sort -V -C; then
6060
echo "ERROR: runc version $INSTALLED_VERSION is less than required $REQUIRED_VERSION"
6161
exit 1

0 commit comments

Comments
 (0)