Skip to content

Commit 709aaaa

Browse files
authored
Update EB corbos Linux for Safety Applications dependencies to 0.5.0-beta (#59)
* Bump communication, baselibs to 0.5.0-beta versions * Use latest devcontainer
1 parent efd3c19 commit 709aaaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "eclipse-s-core",
3-
"image": "ghcr.io/eclipse-score/devcontainer:1.0.0",
3+
"image": "ghcr.io/eclipse-score/devcontainer:v1.1.0",
44
"postStartCommand": "ssh-keygen -f '/home/vscode/.ssh/known_hosts' -R '[localhost]:2222' || true"
55
}

ebclfsa/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ single_version_override(
4444
bazel_dep(name = "score_baselibs")
4545
single_version_override(
4646
module_name = "score_baselibs",
47-
version = "0.1.3", # part of 0.5.0-alpha release
47+
version = "0.2.2", # part of 0.5.0-beta release
4848
patch_strip = 1,
4949
patches = [
5050
"//patches:fix_hard_coded_amd64.patch",
5151
],
5252
)
53-
bazel_dep(name = "score_communication", version = "0.1.1") # part of 0.5.0-alpha release
53+
bazel_dep(name = "score_communication", version = "0.1.2") # part of 0.5.0-beta release
5454
bazel_dep(name = "score_scrample", version = "0.1.0") # part of 0.5.0-alpha release
5555
bazel_dep(name = "score_persistency", version = "0.2.1") # part of 0.5.0-alpha release
5656

0 commit comments

Comments
 (0)