Skip to content

Commit

Permalink
Bump Oasis Core to 22.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Jun 2, 2022
1 parent 849d31d commit cff2c3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/349.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Oasis Core to 22.1.7
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cff2c3f

Please sign in to comment.