Skip to content

Commit 0bd836e

Browse files
authored
Merge pull request #181 from Boavizta/fix/use-latest-images-in-compose
Feat: use scanner 0.1.1 in compose.
2 parents fbb7617 + 86c1c8f commit 0bd836e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Added
1717

18-
- display scanner version on metrics server status route https://github.com/Boavizta/cloud-scanner/issues/179
18+
- Display scanner version on metrics server status route https://github.com/Boavizta/cloud-scanner/issues/179
1919

2020
## [0.1.0-alpha.2]- 2022-12-07
2121

2222
### Changed
2323

24-
- pin docker image versions in docker compose, see https://github.com/Boavizta/cloud-scanner/issues/175
24+
- Pin docker image versions in docker compose, see https://github.com/Boavizta/cloud-scanner/issues/175
2525

2626
## [0.1.0-alpha.1]- 2022-11-26
2727

@@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434

3535
### Added
3636

37-
- A example of usage in a monitoring stack (including dashboard) of via docker-compose. See [Quickstart dashboard](https://boavizta.github.io/cloud-scanner/tutorials/quickstart-dashoard-docke.html) in documentation. Many Thanks to @obinjf for his contributions.
37+
- An example of usage in a monitoring stack (including dashboard) of via docker-compose. See [Quickstart dashboard](https://boavizta.github.io/cloud-scanner/tutorials/quickstart-dashoard-docke.html) in documentation. Many Thanks to @obinjf for his contributions.
3838

3939
## [0.0.8] - 2022-11-13
4040

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
cloud_scanner:
44
container_name: "cloud_scanner_boa"
55
hostname: cloud_scanner
6-
image: ghcr.io/boavizta/cloud-scanner-cli:0.1.0-alpha.2
6+
image: ghcr.io/boavizta/cloud-scanner-cli:0.1.1
77
command:
88
- -b http://boavizta_api:5000
99
- -vv

0 commit comments

Comments
 (0)