Skip to content

Commit 40e0ced

Browse files
Correct docker tag to SNAPSHOT
1 parent 7e53426 commit 40e0ced

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.1.0-alpha02] - 2024-03-21
7+
## [0.1.0-alpha02] - 2025-04-03
88
Second alpha release of App Sizer with Kotlin Multiplatform support and bug fixes.
99

1010
### Added
@@ -19,7 +19,9 @@ Second alpha release of App Sizer with Kotlin Multiplatform support and bug fixe
1919
- Updated sample build script
2020
- Improved documentation and configuration options
2121

22-
[0.1.0-alpha02]: https://github.com/grab/app-sizer/releases/tag/0.1.0-alpha02
22+
[0.1.0-alpha02]:
23+
https://github.com/grab/app-sizer/releases/tag/0.1.0-alpha02
24+
https://github.com/grab/app-sizer/releases/tag/v0.1.0-alpha02
2325

2426
## [0.1.0-alpha01] - 2024-11-29
2527
Initial release of App Sizer as an open-source project.

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ docker run -d \
4747
-p 8086:8086 \
4848
-v /path/for/influxdb:/var/lib/influxdb \
4949
-v /path/for/grafana:/var/lib/grafana \
50-
mikenguyen/sizer-influx-grafana:latest
50+
mikenguyen/sizer-influx-grafana:SNAPSHOT
5151
```
5252

5353
## Mapped Ports

docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docker run -d \
4949
-p 8086:8086 \
5050
-v /path/for/influxdb:/var/lib/influxdb \
5151
-v /path/for/grafana:/var/lib/grafana \
52-
mikenguyen/sizer-influx-grafana:latest
52+
mikenguyen/sizer-influx-grafana:SNAPSHOT
5353
```
5454

5555
## Mapped Ports

docs/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker run -d \
2020
-p 8086:8086 \
2121
-v /path/for/influxdb:/var/lib/influxdb \
2222
-v /path/for/grafana:/var/lib/grafana \
23-
mikenguyen/sizer-influx-grafana:latest
23+
mikenguyen/sizer-influx-grafana:SNAPSHOT
2424
```
2525

2626
For more details on the Docker setup, see our [Docker guide][grafana_docker_doc].

0 commit comments

Comments
 (0)