From 4ed4226ee85a15d205063a8200f1cbcba3e52db1 Mon Sep 17 00:00:00 2001 From: Michael Weichert Date: Thu, 9 Mar 2023 09:08:39 -0500 Subject: [PATCH] Bumped version # --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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