Skip to content

Commit

Permalink
fix: IDOR/idor-invalid-if-statement/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 18, 2024
1 parent 9763fb4 commit c340c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDOR/idor-invalid-if-statement/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.0RC4-apache

#Install and update system dependencies
RUN apt update -y; apt install -y supervisor apache2
Expand Down

0 comments on commit c340c86

Please sign in to comment.