Skip to content

Commit

Permalink
feat: fix typo in vega version for docker runner
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 committed Apr 22, 2024
1 parent 2380c1a commit f6c34ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f6c34ee

Please sign in to comment.