Daniton commited on
Commit
9b9a86e
1 Parent(s): 8ff89fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official OpenJDK 17 image as the base image
2
- FROM adoptopenjdk:17-jdk-hotspot
3
 
4
  # Set the working directory to /minecraft
5
  WORKDIR /minecraft
 
1
  # Use the official OpenJDK 17 image as the base image
2
+ FROM openjdk:17-jdk
3
 
4
  # Set the working directory to /minecraft
5
  WORKDIR /minecraft