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
> ⚠️ 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.
14
16
15
17
### Pull, build or run this image
18
+
16
19
```bash
17
20
# pull the most recent tag / release
18
-
docker pull beevelop/java:v2022.06.1
21
+
docker pull beevelop/java:v2023.01.1
19
22
20
23
# or run the image interactively
21
-
docker run --rm --name beevelop -it beevelop/java:v2022.06.1 bash
24
+
docker run --rm --name beevelop -it beevelop/java:v2023.01.1 bash
0 commit comments