From c22a02e2190b477f57290980151587b6f5e52b78 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 15 Oct 2022 02:01:38 -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 e3eb25d..22b0f1c 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=f52f65b2e351085250b743a5319dab418f2d48be -ARG COSMO_SHA256=8a13f4be3d689b8895af6e1178d455db2f82a69e33ce5848e2f2f14f96760d4c +ARG COSMO_COMMIT=64c284003d0aadd305d5f22d1e1ea60d19d9d0f1 +ARG COSMO_SHA256=6a094935ba027346cd114da7c964f5828a77cf0eebf79f96aa53561b0e234283 ARG COSMO_REBUILD=0 FROM localhost/notwa-util AS downloader