You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@
10
10
11
11

12
12
13
-
# Java / OpenJDK 11.0
13
+
# Java / OpenJDK 17.0
14
14
15
-
> ⚠️ Due to the slowly approaching EOL of Java 8 we are switching to Java 11. Please check your toolchain for compability before upgrading to the v2023.* releases.
15
+
> ⚠️ Due to the approaching EOL of Java 11 we are switching to Java 17. Please check your toolchain for compability before upgrading to the v2023.12.* or v2024.* releases.
16
16
17
17
### Pull, build or run this image
18
18
19
19
```bash
20
20
# pull the most recent tag / release
21
-
docker pull beevelop/java:v2023.10.1
21
+
docker pull beevelop/java:v2023.12.1
22
22
23
23
# or run the image interactively
24
-
docker run --rm --name beevelop -it beevelop/java:v2023.10.1 bash
24
+
docker run --rm --name beevelop -it beevelop/java:v2023.12.1 bash
0 commit comments