Skip to content

Commit

Permalink
Bumped version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Mar 9, 2023
1 parent f27e5ef commit 4ed4226
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.28.0/taq-linux /bin/taq
ADD https://github.com/ecadlabs/taqueria/releases/download/v0.28.4/taq-linux /bin/taq

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

0 comments on commit 4ed4226

Please sign in to comment.