Skip to content

Commit 5319b24

Browse files
author
Maik Hummel
committed
Update README
1 parent f1ad610 commit 5319b24

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
@@ -13,18 +13,18 @@
1313
### Pull, build or run this image
1414
```bash
1515
# pull the most recent tag / release
16-
docker pull beevelop/nodejs:v2021.06.1
16+
docker pull beevelop/nodejs:v2021.06.2
1717

1818
# or run the image interactively
19-
docker run --rm --name beevelop -it beevelop/nodejs:v2021.06.1 bash
19+
docker run --rm --name beevelop -it beevelop/nodejs:v2021.06.2 bash
2020

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

2525
### Or use as base image
2626
```Dockerfile
27-
FROM beevelop/nodejs:v2021.06.1
27+
FROM beevelop/nodejs:v2021.06.2
2828
```
2929

3030
---

0 commit comments

Comments
 (0)