Skip to content

Commit

Permalink
Merge pull request #70 from MrNavaStar/patch-1
Browse files Browse the repository at this point in the history
Use java 21 by default in docker
  • Loading branch information
TheAlan404 authored Aug 10, 2024
2 parents c22e507 + 5d5238e commit bf6eddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/default_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /server
COPY . .
RUN mcman build

FROM eclipse-temurin:17-alpine
FROM eclipse-temurin:21-alpine
USER 1000:1000
WORKDIR /server
COPY --from=builder --chown=1000:1000 /server/server/ /server
Expand Down

0 comments on commit bf6eddb

Please sign in to comment.