Skip to content

Commit

Permalink
fix: XSS/xss-string-outbreak/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 27, 2024
1 parent 9763fb4 commit faedc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XSS/xss-string-outbreak/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit faedc83

Please sign in to comment.