Skip to content

Commit 61c27fc

Browse files
committed
chore(release): update README to v2025.08.1
- Update beevelop/ionic version references - Prepare for v2025.08.1 release
1 parent ec8ecf0 commit 61c27fc

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:v2024.08.3
25+
docker pull beevelop/ionic:v2025.08.1
2626

2727
# Run interactively
28-
docker run --rm -it beevelop/ionic:v2024.08.3 bash
28+
docker run --rm -it beevelop/ionic:v2025.08.1 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:v2024.08.3
37+
FROM beevelop/ionic:v2025.08.1
3838
```
3939

4040
---

0 commit comments

Comments
 (0)