From ab83683d5f1e863ff74574a142b06ada5ea00223 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Jun 2023 04:28:54 +0000 Subject: [PATCH] fix: docker/php71build/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-OPENSSL-5661537 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-5499877 --- docker/php71build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php71build/Dockerfile b/docker/php71build/Dockerfile index 2f0ea96..2909c99 100644 --- a/docker/php71build/Dockerfile +++ b/docker/php71build/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:kinetic ENV DEBIAN_FRONTEND noninteractive RUN apt-get update