frohoff / ysoserial

A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
http://frohoff.github.io/appseccali-marshalling-pickles/
MIT License
7.65k stars 1.74k forks source link

Update Dockerfile #193

Closed DoctorDrive closed 5 months ago

DoctorDrive commented 2 years ago

There is no image named, openjdk:8-alpine hosted in Docker, I just replace java for openjdk and it works

Error Step 11/14: FROM java:8-jdk-alpine manifest for java: 8-jdk-alpine not found: unknown manifest: unknown manifest

Step 11/14 : FROM openjdk:8-jdk-alpine 8-jdk-alpine: Pulling from library/openjdk e7c96db7181b: Pull complete f910a506b6cb: Pull complete c2274a1a0e27: Pull complete Digest: sha256:94792824df2df33402f201713f932b58cb9de94a0cd524164a0f2283343547b3 Status: Downloaded newer image for openjdk:8-jdk-alpine

frohoff commented 5 months ago

Thanks for the fix!