Skip to content

Commit

Permalink
Back to Java 21, but from the community packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 authored May 14, 2024
1 parent 9c87d0c commit ebe7bf9
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
Expand Up @@ -4,7 +4,7 @@ LABEL authors="SkriptLang"
ENV PYTHONUNBUFFERED=1

RUN apk add --no-cache git
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community openjdk22
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community openjdk21
COPY run-tests.py /run-tests.py

ENTRYPOINT ["python3", "/run-tests.py"]

0 comments on commit ebe7bf9

Please sign in to comment.