From 4fa2418e447a0a042bc39d5987df3a402b6d34f1 Mon Sep 17 00:00:00 2001 From: Joe Tsang <30622993+jtsang586@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:41:23 +0100 Subject: [PATCH 1/2] chore: update fe runner to v0.73.0-preview-5 --- github-runner/Dockerfile | 2 +- github-runner/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github-runner/Dockerfile b/github-runner/Dockerfile index 5d57245..20751a4 100644 --- a/github-runner/Dockerfile +++ b/github-runner/Dockerfile @@ -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.3 +ENV VEGA_VERSION=v0.73.0-preview.5 ENV VEGACAPSULE_VERSION=v0.73.0 ENV NOMAD_VERSION=1.3.1 diff --git a/github-runner/version.json b/github-runner/version.json index cb64584..83cf871 100644 --- a/github-runner/version.json +++ b/github-runner/version.json @@ -1,5 +1,5 @@ { - "version": "v2.301.1-ubuntu-22.04-vega-v0.73.0-1", + "version": "v2.301.1-ubuntu-22.04-vega-v0.73.0-5", "name": "vegaprotocol/github-runner" } From 55de5c65019afaec4349fb8abca4492e1ab22515 Mon Sep 17 00:00:00 2001 From: Joe Tsang <30622993+jtsang586@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:10:45 +0100 Subject: [PATCH 2/2] chore: update to preview 6 --- github-runner/Dockerfile | 2 +- github-runner/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github-runner/Dockerfile b/github-runner/Dockerfile index 20751a4..6199f3b 100644 --- a/github-runner/Dockerfile +++ b/github-runner/Dockerfile @@ -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.5 +ENV VEGA_VERSION=v0.73.0-preview.6 ENV VEGACAPSULE_VERSION=v0.73.0 ENV NOMAD_VERSION=1.3.1 diff --git a/github-runner/version.json b/github-runner/version.json index 83cf871..31f45d6 100644 --- a/github-runner/version.json +++ b/github-runner/version.json @@ -1,5 +1,5 @@ { - "version": "v2.301.1-ubuntu-22.04-vega-v0.73.0-5", + "version": "v2.301.1-ubuntu-22.04-vega-v0.73.0-6", "name": "vegaprotocol/github-runner" }