diff --git a/Dockerfile b/Dockerfile index 2c37f27..547d245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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