Skip to content

Commit

Permalink
chore: use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
DevScyu committed Nov 17, 2024
1 parent f69ff6b commit eb96225
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 @@ -11,7 +11,7 @@ RUN wget -nv -q -O keepup https://github.com/MineInAbyss/Keepup/releases/downloa
#RUN wget -q https://www.yourkit.com/download/docker/YourKit-JavaProfiler-2023.9-docker.zip -P /tmp/ && \
# unzip /tmp/YourKit-JavaProfiler-2023.9-docker.zip -d /usr/local && \

FROM container-registry.oracle.com/graalvm/jdk:23 as minecraft
FROM container-registry.oracle.com/graalvm/jdk:21 as minecraft

Check warning on line 14 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker push for

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 14 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker push for

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
LABEL org.opencontainers.image.authors="Offz <offz@mineinabyss.com>"
#RUN dnf install -y ansible-core rclone wget unzip jq openssh attr
RUN microdnf install --refresh -y oracle-epel-release-el9 && \
Expand Down

0 comments on commit eb96225

Please sign in to comment.