From 03cf42ca0ec0def99454830a194bacc577aa2c9f Mon Sep 17 00:00:00 2001 From: Warren He Date: Mon, 10 Jan 2022 14:48:56 -0800 Subject: [PATCH] docker-ubuntu: point to branch with new files Revert this after merging. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e18411d8..0bee17e7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y bzip2 libseccomp-dev ARG CORE_BRANCH=v21.3.5 ARG CORE_GITHUB=https://github.com/oasisprotocol/oasis-core -ARG GATEWAY_BRANCH=master +ARG GATEWAY_BRANCH=pro-wh/feature/ubuntudocker ARG GATEWAY_GITHUB=https://github.com/oasisprotocol/oasis-core-rosetta-gateway ARG JEMALLOC_VERSION=5.2.1