Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Downgrade of the openjdk version
Browse files Browse the repository at this point in the history
Alpine-13 was failing during the ysoserial payload generation
  • Loading branch information
timoles authored Aug 27, 2021
1 parent 31b18ee commit 11d3265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:13-alpine
FROM openjdk:8-alpine
ENV TZ=Europe/Stockholm
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY . /app
Expand Down

0 comments on commit 11d3265

Please sign in to comment.