diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3d695e7f..ac20c559 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -12,7 +12,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.2 +FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.3 # Force dapr to use localhost traffic ENV DAPR_HOST_IP="127.0.0.1" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b26c89f..b1a3492d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: unit-test: name: "Run unit tests" runs-on: ubuntu-22.04 - container: ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.1 + container: ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.3 steps: - name: Checkout repository