We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1d892 commit c0a6cb7Copy full SHA for c0a6cb7
Makefile
@@ -2,7 +2,7 @@ PROJECT_ROOT := $(shell git rev-parse --show-toplevel)
2
GO_FILES := $(shell git ls-files '*.go' '*.sum')
3
IMAGE_FILES := $(shell find deploy)
4
ARCH ?= linux/amd64
5
-SYSBOX_SHA ?= 87cfa5cad97dc5dc1a243d6d88be1393be75b93a517dc1580ecd8a2801c2777a
+SYSBOX_SHA ?= b7ac389e5a19592cadf16e0ca30e40919516128f6e1b7f99e1cb4ff64554172e
6
7
.PHONY: clean
8
clean:
0 commit comments