From 3b403dd1983862a4ee6117e51dd3744488969aa5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 07:47:07 +0000 Subject: [PATCH] fix: XSS/xss-string-outbreak/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 - https://snyk.io/vuln/SNYK-DEBIAN11-APACHE2-7414106 - https://snyk.io/vuln/SNYK-DEBIAN11-APACHE2-7414106 - https://snyk.io/vuln/SNYK-DEBIAN11-APACHE2-7414106 - https://snyk.io/vuln/SNYK-DEBIAN11-APACHE2-7414113 --- XSS/xss-string-outbreak/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XSS/xss-string-outbreak/Dockerfile b/XSS/xss-string-outbreak/Dockerfile index e18abb1..b1b56b2 100644 --- a/XSS/xss-string-outbreak/Dockerfile +++ b/XSS/xss-string-outbreak/Dockerfile @@ -1,5 +1,5 @@ #PHP Apache setup -FROM php:8.0-apache +FROM php:8-apache #Install and update system dependencies RUN apt update -y; apt install -y supervisor apache2