Skip to content

Commit

Permalink
Update devcontainer base image and workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch committed Apr 8, 2024
1 parent bde8036 commit 3c07774
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

ENV DOCKER_BUILDKIT=1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: eclipse-velocitas/license-check
ref: v1.2.1
ref: v1.2
path: .github/actions/license-check

- name: Run License Checker
Expand Down

0 comments on commit 3c07774

Please sign in to comment.