Skip to content

Commit

Permalink
Back to Java 22, 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 224c498 commit 9c87d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ LABEL authors="SkriptLang"

ENV PYTHONUNBUFFERED=1

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

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

0 comments on commit 9c87d0c

Please sign in to comment.