diff --git a/github-runner/Dockerfile b/github-runner/Dockerfile index 98a0aaa..7816a5a 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.72.4 +ENV VEGA_VERSION=v0.72.5 ENV VEGACAPSULE_VERSION=v0.72.0 ENV NOMAD_VERSION=1.3.1 diff --git a/github-runner/version.json b/github-runner/version.json index 0f8a2fa..c515db9 100644 --- a/github-runner/version.json +++ b/github-runner/version.json @@ -1,5 +1,5 @@ { - "version": "v2.301.1-ubuntu-22.04-vega-v0.72.4-1", + "version": "v2.301.1-ubuntu-22.04-vega-v0.72.5-1", "name": "vegaprotocol/github-runner" }