Skip to content

Commit

Permalink
Bump Oasis Core to 22.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed May 10, 2022
1 parent d04c422 commit 1b8d56e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changelog/318.feature.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bump Oasis Core to 22.1.5
Bump Oasis Core to 22.1.6
2 changes: 1 addition & 1 deletion .changelog/336.feature.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bump Oasis Core to 22.1.5
Bump Oasis Core to 22.1.6
1 change: 1 addition & 0 deletions .changelog/340.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Oasis Core to 22.1.6
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.5
OASIS_RELEASE := 22.1.6
ROSETTA_CLI_RELEASE := 0.7.5

# 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.5
ARG CORE_BRANCH=v22.1.6
ARG CORE_GITHUB=https://github.com/oasisprotocol/oasis-core

ARG GATEWAY_BRANCH=master
Expand Down

0 comments on commit 1b8d56e

Please sign in to comment.