From cff2c3f94c94cfd57e6d79fc086f8ab3ba455baf Mon Sep 17 00:00:00 2001 From: Warren He Date: Thu, 2 Jun 2022 16:13:14 -0700 Subject: [PATCH] Bump Oasis Core to 22.1.7 --- .changelog/349.feature.md | 1 + Makefile | 2 +- docker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .changelog/349.feature.md diff --git a/.changelog/349.feature.md b/.changelog/349.feature.md new file mode 100644 index 00000000..3183d821 --- /dev/null +++ b/.changelog/349.feature.md @@ -0,0 +1 @@ +Bump Oasis Core to 22.1.7 diff --git a/Makefile b/Makefile index c595ada4..6b33bdb9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include common.mk -OASIS_RELEASE := 22.1.6 +OASIS_RELEASE := 22.1.7 ROSETTA_CLI_RELEASE := 0.7.8 # Check which tool to use for downloading. diff --git a/docker/Dockerfile b/docker/Dockerfile index eb7abfb1..d49e8de1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ FROM golang:1.17-bullseye AS build # Install prerequisites. RUN apt-get update && apt-get install -y bzip2 libseccomp-dev -ARG CORE_BRANCH=v22.1.6 +ARG CORE_BRANCH=v22.1.7 ARG CORE_GITHUB=https://github.com/oasisprotocol/oasis-core ARG GATEWAY_BRANCH=master