From f6c34ee7644b58102a0d643e30eb5751bfdc9830 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 22 Apr 2024 09:29:36 +0200 Subject: [PATCH] feat: fix typo in vega version for docker runner --- github-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-runner/Dockerfile b/github-runner/Dockerfile index 569439a..57026f0 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.75.6-preview.3 +ENV VEGA_VERSION=v0.76.0-preview.3 ENV VEGACAPSULE_VERSION=v0.76.0-preview.3 ENV NOMAD_VERSION=1.3.1