Skip to content

Commit

Permalink
Switch to base-image v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch committed Mar 21, 2024
1 parent 6d432d4 commit 5490f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5490f01

Please sign in to comment.