fix(horizon): fix cves in image
diff --git a/images/base/Earthfile b/images/base/Earthfile
index 89449e0..8d3c3b4 100644
--- a/images/base/Earthfile
+++ b/images/base/Earthfile
@@ -1,5 +1,9 @@
 VERSION 0.7
 
 image:
-  FROM ubuntu:jammy
+  FROM ubuntu:jammy-20240111
   LABEL org.opencontainers.image.source=https://github.com/vexxhost/atmosphere
+  # TODO(mnaser): Remove this when a new image that includes 1.4.0-11ubuntu2.4 is released.
+  #               https://avd.aquasec.com/nvd/cve-2024-22365
+  DO ../+APT_INSTALL \
+    --PACKAGES "libpam0g libpam-modules libpam-modules-bin libpam-runtime"