Skip to content

Commit 0f0184b

Browse files
committed
chore: update readme
1 parent faf6d2e commit 0f0184b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
### Pull, build or run this image
1515
```bash
1616
# pull the most recent tag / release
17-
docker pull beevelop/base:v2022.06.1
17+
docker pull beevelop/base:v2022.06.2
1818

1919
# or run the image interactively
20-
docker run --rm --name beevelop -it beevelop/base:v2022.06.1 bash
20+
docker run --rm --name beevelop -it beevelop/base:v2022.06.2 bash
2121

2222
# or build the image from GitHub
2323
docker build -t beevelop/base github.com/beevelop/docker-base
2424
```
2525

2626
### Or use as base image
2727
```Dockerfile
28-
FROM beevelop/base:v2022.06.1
28+
FROM beevelop/base:v2022.06.2
2929
```
3030

3131
---

0 commit comments

Comments
 (0)