fix(images): address all CVEs in images
diff --git a/images/base/Earthfile b/images/base/Earthfile
index 8d3c3b4..f34cf37 100644
--- a/images/base/Earthfile
+++ b/images/base/Earthfile
@@ -7,3 +7,8 @@
   #               https://avd.aquasec.com/nvd/cve-2024-22365
   DO ../+APT_INSTALL \
     --PACKAGES "libpam0g libpam-modules libpam-modules-bin libpam-runtime"
+  # TODO(mnaser): Remove this when a new image that includes 3.7.3-4ubuntu1.4 is released.
+  #               https://avd.aquasec.com/nvd/cve-2024-0553
+  #               https://avd.aquasec.com/nvd/cve-2024-0567
+  DO ../+APT_INSTALL \
+    --PACKAGES "libgnutls30"