Skip to content

Commit 5e078d2

Browse files
Update sdk version (#159)
1 parent 307e671 commit 5e078d2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.3
15+
FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.4
1616

1717
ENV DOCKER_BUILDKIT=1
1818

.github/workflows/project-creation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
repository: eclipse-velocitas/cli
5252
path: cli
53-
ref: v0.13.1
53+
ref: v0.13.2
5454

5555
- name: Checkout SDK repo
5656
uses: actions/checkout@v4

.project-creation/.skeleton/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# syntax=docker/dockerfile:1.2
1616

1717
# Build stage, to create the executable
18-
FROM --platform=$TARGETPLATFORM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.3 as builder
18+
FROM --platform=$TARGETPLATFORM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.4 as builder
1919
ARG TARGETARCH
2020

2121
RUN apt-get update && apt-get install -y python3-dev
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
velocitas-sdk==0.15.5
1+
velocitas-sdk==0.15.7

examples/seat-adjuster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# syntax=docker/dockerfile:1.2
1616

1717
# Build stage, to create the executable
18-
FROM --platform=$TARGETPLATFORM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.3 as builder
18+
FROM --platform=$TARGETPLATFORM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.4 as builder
1919
ARG TARGETARCH
2020

2121
RUN apt-get update && apt-get install -y python3-dev
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
velocitas-sdk==0.15.5
1+
velocitas-sdk==0.15.7

0 commit comments

Comments
 (0)