From 11c957838276febc0359716a5242ceb71237e468 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 25 Oct 2022 19:42:03 -0700 Subject: [PATCH] bootstrap: update version --- cosmo-bootstrap/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cosmo-bootstrap/Dockerfile b/cosmo-bootstrap/Dockerfile index b5413ca..9713114 100644 --- a/cosmo-bootstrap/Dockerfile +++ b/cosmo-bootstrap/Dockerfile @@ -1,8 +1,8 @@ # MAIN: https://justine.lol/cosmopolitan/ # REPO: https://github.com/jart/cosmopolitan ARG COSMO_FLAVOR=def -ARG COSMO_COMMIT=69bee64a5944a7e808be0dbf231a38e630af8588 -ARG COSMO_SHA256=1c98aaccd0f9609753ed931b17fd5feb945d2c8bf4b13d78232ec19ff1f1fe6d +ARG COSMO_COMMIT=ef9776755ee3646029624fe30de5d58a3c03f6f6 +ARG COSMO_SHA256=f5efa2daf12f0536a4d57b4da5f7402398bb93ae2d5e602c2401b3a6227af1c4 ARG COSMO_REBUILD=0 FROM localhost/notwa-util AS downloader