From d5f651e5f23e10d3388999a8640745f35e19b9b8 Mon Sep 17 00:00:00 2001 From: Igor Krupczynski Date: Tue, 26 Feb 2019 08:54:05 +0000 Subject: [PATCH] Update Dockerfile --- shell/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/Dockerfile b/shell/Dockerfile index 7ea0caba..46d1404c 100644 --- a/shell/Dockerfile +++ b/shell/Dockerfile @@ -13,7 +13,8 @@ # limitations under the License. # ------------------------------------------------------------------------------ -FROM hyperledger/sawtooth-shell:nightly +# Change 'nightly' to 'bumper-nightly' when you are using Sawtooth 1.1/Ubuntu 18 LTS (Xenial) +FROM hyperledger/sawtooth-shell:nightly # Install Python, Node.js, and Ubuntu dependencies RUN echo "deb http://repo.sawtooth.me/ubuntu/1.0/stable bionic universe" >> /etc/apt/sources.list \