From 8ced78ba1c61195c7e0cae5f7d3c59b6849829df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 20:08:18 +0000 Subject: [PATCH] fix: docker/php71/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/php71/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php71/Dockerfile b/docker/php71/Dockerfile index 9fbedb2..b92ab22 100644 --- a/docker/php71/Dockerfile +++ b/docker/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:kinetic ENV DEBIAN_FRONTEND noninteractive RUN apt-get update