diff --git a/github-runner/Dockerfile b/github-runner/Dockerfile index f625185..569439a 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.75.0-preview.8 -ENV VEGACAPSULE_VERSION=v0.74.1 +ENV VEGA_VERSION=v0.75.6-preview.3 +ENV VEGACAPSULE_VERSION=v0.76.0-preview.3 ENV NOMAD_VERSION=1.3.1 # Install vegacapsule diff --git a/github-runner/version.json b/github-runner/version.json index 5dd50a4..237654f 100644 --- a/github-runner/version.json +++ b/github-runner/version.json @@ -1,4 +1,4 @@ { - "version": "v2.301.1-ubuntu-22.04-vega-v0.75.0-preview.8", + "version": "v2.301.1-ubuntu-22.04-vega-v0.76.0-preview.3", "name": "vegaprotocol/github-runner" }