Mohammed Naser | 7060df8 | 2023-12-29 15:12:17 -0500 | [diff] [blame] | 1 | VERSION 0.7 |
| 2 | |
| 3 | image: |
Mohammed Naser | 2142205 | 2024-01-22 15:34:59 -0500 | [diff] [blame] | 4 | FROM ubuntu:jammy-20240111 |
Mohammed Naser | 403c042 | 2024-01-16 14:36:28 -0500 | [diff] [blame] | 5 | LABEL org.opencontainers.image.source=https://github.com/vexxhost/atmosphere |
Mohammed Naser | 2142205 | 2024-01-22 15:34:59 -0500 | [diff] [blame] | 6 | # TODO(mnaser): Remove this when a new image that includes 1.4.0-11ubuntu2.4 is released. |
| 7 | # https://avd.aquasec.com/nvd/cve-2024-22365 |
| 8 | DO ../+APT_INSTALL \ |
| 9 | --PACKAGES "libpam0g libpam-modules libpam-modules-bin libpam-runtime" |
Mohammed Naser | 7a848bc | 2024-01-22 21:58:11 -0500 | [diff] [blame] | 10 | # TODO(mnaser): Remove this when a new image that includes 3.7.3-4ubuntu1.4 is released. |
| 11 | # https://avd.aquasec.com/nvd/cve-2024-0553 |
| 12 | # https://avd.aquasec.com/nvd/cve-2024-0567 |
| 13 | DO ../+APT_INSTALL \ |
| 14 | --PACKAGES "libgnutls30" |