Skip to content

Commit 8bbde7c

Browse files
authored
chore: update sysbox to 0.6.6 (#120)
1 parent ab97fbb commit 8bbde7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT_ROOT := $(shell git rev-parse --show-toplevel)
22
GO_FILES := $(shell git ls-files '*.go' '*.sum')
33
IMAGE_FILES := $(shell find deploy)
44
ARCH ?= linux/amd64
5-
SYSBOX_SHA ?= f02ffb48eae99d6c884c9aa0378070cc716d028f58e87deec5ae00a41b706fe8
5+
SYSBOX_SHA ?= 87cfa5cad97dc5dc1a243d6d88be1393be75b93a517dc1580ecd8a2801c2777a
66

77
.PHONY: clean
88
clean:

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TARGETARCH
66
# We don't hardcode it here because we have to be able to build both
77
# amd and arm
88
ARG SYSBOX_SHA
9-
ARG SYSBOX_VERSION="0.6.5"
9+
ARG SYSBOX_VERSION="0.6.6"
1010
ARG SYSBOX_DEB="sysbox-ce_$SYSBOX_VERSION-0.linux_$TARGETARCH.deb"
1111

1212
# Copy configuration files to appropriate locations

0 commit comments

Comments
 (0)