Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Maik Hummel committed Jun 11, 2021
1 parent f1ad610 commit 5319b24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
### Pull, build or run this image
```bash
# pull the most recent tag / release
docker pull beevelop/nodejs:v2021.06.1
docker pull beevelop/nodejs:v2021.06.2

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

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

### Or use as base image
```Dockerfile
FROM beevelop/nodejs:v2021.06.1
FROM beevelop/nodejs:v2021.06.2
```

---
Expand Down

0 comments on commit 5319b24

Please sign in to comment.