From 14c5d05f0e6423a8a71f24cddabae4a389699794 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Dec 2024 06:01:39 +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-7414113 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- 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..b726925 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.4.2-apache #Install and update system dependencies RUN apt update -y; apt install -y supervisor apache2