Skip to content

Commit

Permalink
Update taqueria version to v12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMurphy committed Aug 4, 2022
1 parent fc8e405 commit 6d6bc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DENO_DIR=/deno
COPY --from=docker:dind /usr/local/bin/docker /bin/docker

# Download the Taqueria release binary for Linux to /bin/taq
ADD https://github.com/ecadlabs/taqueria/releases/download/v0.10.0/taq-linux /bin/taq
ADD https://github.com/ecadlabs/taqueria/releases/download/v0.12.0/taq-linux /bin/taq

# Make the binary executable
RUN chmod +x /bin/taq
Expand Down

0 comments on commit 6d6bc69

Please sign in to comment.