Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use the official OpenJDK 17 image as the base image
|
| 2 |
-
FROM
|
| 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
|