Skip to content

Commit f5b4db2

Browse files
Update devContainer base image to v0.1.2 and dapr runtinme to v1.10.3 (#81)
1 parent 341dfc8 commit f5b4db2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# SPDX-License-Identifier: Apache-2.0
1414

15-
FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.1.0
15+
FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.1.2
1616

1717
# Force dapr to use localhost traffic
1818
ENV DAPR_HOST_IP="127.0.0.1"

prerequisite_settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"version": "1.10.0"
2828
},
2929
"runtime": {
30-
"version": "1.10.2"
30+
"version": "1.10.3"
3131
}
3232
}
3333
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022 Robert Bosch GmbH and Microsoft Corporation
1+
# Copyright (c) 2022-2023 Robert Bosch GmbH and Microsoft Corporation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

0 commit comments

Comments
 (0)