From 83feb9ea77b50c656e6eda73b3eeed15bc31acd6 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 3 Dec 2019 10:36:55 +0200 Subject: [PATCH] tools: toolchain: update frozen image Commit 96009881d8c3cf4 added diffutils to the dependencies via Seastar's install-dependencies.sh, after it was inadvertantly dropped in 1164ff5329fbf (update to Fedora 31; diffutils is no longer brought in as a side effect of something else). Regenerate the image to include diffutils. Ref #5401. --- tools/toolchain/image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/toolchain/image b/tools/toolchain/image index faf6653b45..f52f1af0ca 100644 --- a/tools/toolchain/image +++ b/tools/toolchain/image @@ -1 +1 @@ -docker.io/scylladb/scylla-toolchain:fedora-31-20191119 +docker.io/scylladb/scylla-toolchain:fedora-31-20191203