fix: update ubuntu package libssl3 (#994)

Co-authored-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/images/base/Earthfile b/images/base/Earthfile
index 0c9f856..8b7b2df 100644
--- a/images/base/Earthfile
+++ b/images/base/Earthfile
@@ -1,7 +1,7 @@
 VERSION 0.7
 
 image:
-  FROM ubuntu:jammy-20240125
+  FROM ubuntu:jammy-20240212
   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"
+  # CVE-2023-4641
+  DO ../+APT_INSTALL --PACKAGES "login=1:4.8.1-2ubuntu2.2 passwd=1:4.8.1-2ubuntu2.2"