From aa8b403a781c0ff993d6e22de3b89137bfa9f920 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 25 Apr 2023 16:11:14 +0100 Subject: [PATCH] chore: update runners to use core v0..71.1 --- 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 e1e0703..d64b090 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.70.1 +ENV VEGA_VERSION=v0.71.1 ENV VEGACAPSULE_VERSION=v0.70.1 ENV NOMAD_VERSION=1.3.1 diff --git a/github-runner/version.json b/github-runner/version.json index 725c566..ba7293a 100644 --- a/github-runner/version.json +++ b/github-runner/version.json @@ -1,4 +1,4 @@ { - "version": "v2.301.1-ubuntu-22.04-vega-v0.70.1-1", + "version": "v2.301.1-ubuntu-22.04-vega-v0.71.1-1", "name": "vegaprotocol/github-runner" } \ No newline at end of file