From 1799240287fa1d9e6eeb972438169130e02b644e Mon Sep 17 00:00:00 2001 From: Dariusz Majcherczyk Date: Sat, 17 Feb 2024 12:13:03 +0100 Subject: [PATCH] feat: update vega for ghrunner to v0.74.1 --- github-runner/Dockerfile | 4 ++-- github-runner/version.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/github-runner/Dockerfile b/github-runner/Dockerfile index 1bdda65..46c4eed 100644 --- a/github-runner/Dockerfile +++ b/github-runner/Dockerfile @@ -29,8 +29,8 @@ 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.2 -ENV VEGACAPSULE_VERSION=v0.73.0-patch.1 +ENV VEGA_VERSION=v0.74.1 +ENV VEGACAPSULE_VERSION=v0.74.1 ENV NOMAD_VERSION=1.3.1 # Install vegacapsule diff --git a/github-runner/version.json b/github-runner/version.json index f8fab0f..5051d94 100644 --- a/github-runner/version.json +++ b/github-runner/version.json @@ -1,4 +1,4 @@ { - "version": "v2.301.1-ubuntu-22.04-vega-v0.73.2", + "version": "v2.301.1-ubuntu-22.04-vega-v0.74.1", "name": "vegaprotocol/github-runner" }