From ec5e24e390c1e9b3985085ae6104a64333d17f25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 19:44:22 +0000 Subject: [PATCH] fix: docker/php8/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538282 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538296 - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5661537 --- docker/php8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php8/Dockerfile b/docker/php8/Dockerfile index 1661f05..56dc2d4 100644 --- a/docker/php8/Dockerfile +++ b/docker/php8/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:kinetic ENV DEBIAN_FRONTEND noninteractive RUN apt-get update