commit | 1dfea6b749c1b53ab87e95eeefe7475dd191837d | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Feb 09 01:04:26 2024 -0500 |
committer | GitHub <noreply@github.com> | Fri Feb 09 01:04:26 2024 -0500 |
tree | 353c949aa052f21f88433570574641bf361ff2c3 | |
parent | 9f22851f9b57cd2022eba51aa7a67523189fcde9 [diff] [blame] |
ci: fix build cache (#950)
diff --git a/images/base/Earthfile b/images/base/Earthfile index 1810ea7..0c9f856 100644 --- a/images/base/Earthfile +++ b/images/base/Earthfile
@@ -3,3 +3,5 @@ image: FROM ubuntu:jammy-20240125 LABEL org.opencontainers.image.source=https://github.com/vexxhost/atmosphere + # CVE-2023-5678, CVE-2023-6129, CVE-2023-6237, CVE-2024-0727 + DO ../+APT_INSTALL --PACKAGES "libssl3=3.0.2-0ubuntu1.14"