Skip to content

Commit

Permalink
Use newer java image
Browse files Browse the repository at this point in the history
  • Loading branch information
msoldin committed Nov 20, 2024
1 parent 77980fa commit d867ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:21-jre-alpine

ARG MINECRAFT_VERSION=1.19.4
ARG FABRIC_LOADER_VERSION=0.14.19
Expand All @@ -15,4 +15,4 @@ ENV MEMORY_SIZE=1G
ENV UID=1000
ENV GID=1000

ENTRYPOINT ["/opt/minecraft/scripts/start.sh"]
ENTRYPOINT ["/opt/minecraft/scripts/start.sh"]

0 comments on commit d867ed4

Please sign in to comment.