From ad7db3b213de298371b05096625b8772d75ed46b Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Tue, 7 Sep 2021 17:07:54 -0700 Subject: [PATCH] update to 0.8.1. Really the project will need 0.9.0 though --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b6d2ba..f5e7ea9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,6 +105,6 @@ RUN tar -czf aws-c-auth-clang.tgz /usr/local/* FROM alpine:3.13 as final COPY --from=auth /aws-c-auth-clang.tgz / -ADD https://ziglang.org/download/0.8.0/zig-linux-x86_64-0.8.0.tar.xz / +ADD https://ziglang.org/download/0.8.1/zig-linux-x86_64-0.8.1.tar.xz / RUN tar -xzf /aws-c-auth-clang.tgz && mkdir /src && tar -C /usr/local -xf zig-linux* && \ ln -s /usr/local/zig-linux*/zig /usr/local/bin/zig