Skip to content

Commit

Permalink
fix base image
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Feb 19, 2019
1 parent ddf54fb commit b429e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/imagemagick/7.0.8-10-php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM vulhub/imagemagick:7.0.8
FROM vulhub/imagemagick:7.0.8-10

LABEL maintainer="phith0n <root@leavesongs.com>"

Expand Down
2 changes: 1 addition & 1 deletion ghostscript/CVE-2018-16509/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
web:
image: vulhub/imagemagick:7.0.8-php
image: vulhub/imagemagick:7.0.8-10-php
command: php -t /var/www/html -S 0.0.0.0:8080
volumes:
- ./index.php:/var/www/html/index.php
Expand Down

0 comments on commit b429e3a

Please sign in to comment.