Skip to content

Commit

Permalink
fixed dockerfile outdated java image to openjdk (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
yechielw committed Mar 31, 2024
1 parent bdbfef8 commit b03f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -14,7 +14,7 @@ COPY src ./src
RUN mvn clean package -DskipTests
RUN mv target/ysoserial-*all*.jar target/ysoserial.jar

FROM java:8-jdk-alpine
FROM openjdk:8-jdk-alpine

WORKDIR /app

Expand Down

0 comments on commit b03f958

Please sign in to comment.