Skip to content

Commit b5435a9

Browse files
authored
Update to latest in deb install containers (#6798)
1 parent aeb1e77 commit b5435a9

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

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

8+
## [6.0.0-dev18]
9+
10+
[6.0.0-dev18]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev18
11+
12+
### Fixed
13+
14+
Container dependencies.
15+
816
## [6.0.0-dev17]
917

1018
[6.0.0-dev17]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev17

getting_started/setup_vm/roles/ccf_install/tasks/deb_install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
apt:
1313
name: libstdc++6
1414
update_cache: yes
15+
state: latest
1516
become: true
1617

1718
- name: Get package url

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ccf"
7-
version = "6.0.0-dev17"
7+
version = "6.0.0-dev18"
88
authors = [
99
{ name="CCF Team", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)