Skip to content

Commit ec8ecf0

Browse files
committed
chore: add tag to README
1 parent be8ec5a commit ec8ecf0

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
@@ -22,10 +22,10 @@
2222

2323
```bash
2424
# Pull the latest release
25-
docker pull beevelop/ionic:latest
25+
docker pull beevelop/ionic:v2024.08.3
2626

2727
# Run interactively
28-
docker run --rm -it beevelop/ionic:latest bash
28+
docker run --rm -it beevelop/ionic:v2024.08.3 bash
2929

3030
# Build from source
3131
docker build -t beevelop/ionic github.com/beevelop/docker-ionic
@@ -34,7 +34,7 @@ docker build -t beevelop/ionic github.com/beevelop/docker-ionic
3434
### Use as Base Image
3535

3636
```Dockerfile
37-
FROM beevelop/ionic:latest
37+
FROM beevelop/ionic:v2024.08.3
3838
```
3939

4040
---

0 commit comments

Comments
 (0)