diff --git a/cosmo-bootstrap/Dockerfile b/cosmo-bootstrap/Dockerfile index 26e7077..24b8f4d 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=648bf6555c06a3655cab1a9ae078d329c192d39a -ARG COSMO_SHA256=5310a718494420cda5895cb67d56413f8b051fce37eb83c463a756a13dbef30d +ARG COSMO_COMMIT=69bee64a5944a7e808be0dbf231a38e630af8588 +ARG COSMO_SHA256=1c98aaccd0f9609753ed931b17fd5feb945d2c8bf4b13d78232ec19ff1f1fe6d ARG COSMO_REBUILD=0 FROM localhost/notwa-util AS downloader @@ -20,7 +20,6 @@ WORKDIR /cosmopolitan # tell makefiles to be less noisy, also use /tmp: ENV V=0 COLUMNS=80 TMPDIR=/tmp -COPY --chmod=0755 make.com build/bootstrap/make.com COPY --chmod=0755 --from=localhost/notwa-util /nu/shed /usr/bin/ RUN : \ # allow optimized builds to be more portable, so the container is too. \ diff --git a/cosmo-bootstrap/make.com b/cosmo-bootstrap/make.com deleted file mode 100755 index 6a7c0b4..0000000 Binary files a/cosmo-bootstrap/make.com and /dev/null differ