From edc9e5b6265007c240933f28f1c084712d5fbef8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 26 Apr 2024 00:15:51 +0200 Subject: [PATCH] feat: update vega&vegacapsule to v0.76.0-preview.6 for github runner --- 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 57026f0..e94ab93 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.76.0-preview.3 -ENV VEGACAPSULE_VERSION=v0.76.0-preview.3 +ENV VEGA_VERSION=v0.76.0-preview.6 +ENV VEGACAPSULE_VERSION=v0.76.0-preview.6 ENV NOMAD_VERSION=1.3.1 # Install vegacapsule diff --git a/github-runner/version.json b/github-runner/version.json index 237654f..4292027 100644 --- a/github-runner/version.json +++ b/github-runner/version.json @@ -1,4 +1,4 @@ { - "version": "v2.301.1-ubuntu-22.04-vega-v0.76.0-preview.3", + "version": "v2.301.1-ubuntu-22.04-vega-v0.76.0-preview.6", "name": "vegaprotocol/github-runner" }