We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ea2f8 commit 3294cf8Copy full SHA for 3294cf8
README.md
@@ -17,11 +17,11 @@
17
### Pull, build or run this image
18
19
```bash
20
-# pull the most recent tag / release
21
-docker pull beevelop/java:v2023.01.1
+# pull the most recent tag / release
+docker pull beevelop/java:v2023.10.1
22
23
# or run the image interactively
24
-docker run --rm --name beevelop -it beevelop/java:v2023.01.1 bash
+docker run --rm --name beevelop -it beevelop/java:v2023.10.1 bash
25
26
# or build the image from GitHub
27
docker build -t beevelop/java github.com/beevelop/docker-base
0 commit comments