From cc04b4011967f873e14c0e6ad506ca37bed1f97f Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Tue, 19 Jul 2022 18:22:11 -0700 Subject: [PATCH] Freeze macOS dependency by sha256 --- build/darwin.x86_64/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/darwin.x86_64/Dockerfile b/build/darwin.x86_64/Dockerfile index ecd1cad..9e33a82 100644 --- a/build/darwin.x86_64/Dockerfile +++ b/build/darwin.x86_64/Dockerfile @@ -1,5 +1,4 @@ -# DIGEST:sha256:fa32af4677e2860a1c5950bc8c360f309e2a87e2ddfed27b642fddf7a6093b76 -FROM liushuyu/osxcross:latest +FROM liushuyu/osxcross@sha256:fa32af4677e2860a1c5950bc8c360f309e2a87e2ddfed27b642fddf7a6093b76 ENV TARGET x86_64-apple-darwin18 ENV TARGETNAME darwin.x86_64