Skip to content

Commit

Permalink
Merge pull request #114 from vegaprotocol/chore/update-github-runner-…
Browse files Browse the repository at this point in the history
…v0.73.0-preview-10

chore: update fe runner to preview 10
  • Loading branch information
jtsang586 authored Oct 2, 2023
2 parents 23ca67b + 08e4df8 commit 77f7146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN curl -s https://deb.nodesource.com/setup_16.x | bash \
&& rm -rf /var/lib/apt/lists/*

# ENV variables are here to allow cache previous step and speet the build up
ENV VEGA_VERSION=v0.73.0-preview.9
ENV VEGA_VERSION=v0.73.0-preview.10
ENV VEGACAPSULE_VERSION=v0.73.0
ENV NOMAD_VERSION=1.3.1

Expand Down
2 changes: 1 addition & 1 deletion github-runner/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v2.301.1-ubuntu-22.04-vega-v0.73.0-9",
"version": "v2.301.1-ubuntu-22.04-vega-v0.73.0-10",
"name": "vegaprotocol/github-runner"
}

0 comments on commit 77f7146

Please sign in to comment.