Skip to content

Commit 3294cf8

Browse files
committed
chore: update README
1 parent b5ea2f8 commit 3294cf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
### Pull, build or run this image
1818

1919
```bash
20-
# pull the most recent tag / release
21-
docker pull beevelop/java:v2023.01.1
20+
# pull the most recent tag / release
21+
docker pull beevelop/java:v2023.10.1
2222

2323
# or run the image interactively
24-
docker run --rm --name beevelop -it beevelop/java:v2023.01.1 bash
24+
docker run --rm --name beevelop -it beevelop/java:v2023.10.1 bash
2525

2626
# or build the image from GitHub
2727
docker build -t beevelop/java github.com/beevelop/docker-base

0 commit comments

Comments
 (0)