Skip to content

Commit

Permalink
Merge pull request #324 from ava-labs/bump-relayer
Browse files Browse the repository at this point in the history
awm-relayer v1.0.0
  • Loading branch information
michaelkaplan13 authored Mar 5, 2024
2 parents ff6d606 + 170d0f1 commit 4a6aad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
source: ./
target: /code/
relayer:
image: avaplatform/awm-relayer:v0.2.9
image: avaplatform/awm-relayer:v1.0.0
container_name: relayer_run
init: true
working_dir: /code
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extract_commit() {
}

# AWM_RELAYER_VERSION is needed for the docker run setup, but is not a go module dependency.
AWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v0.2.9'}
AWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v1.0.0'}

# This needs to be exported to be picked up by the dockerfile.
export GO_VERSION=${GO_VERSION:-$(getDepVersion go).$GO_PATCH_VERSION}
Expand Down

0 comments on commit 4a6aad7

Please sign in to comment.