File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
.project-creation/.skeleton Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
1717ENV DOCKER_BUILDKIT=1
1818
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1919ARG TARGETARCH
2020
2121RUN apt-get update && apt-get install -y python3-dev
Original file line number Diff line number Diff line change 1- velocitas-sdk==0.15.5
1+ velocitas-sdk==0.15.7
Original file line number Diff line number Diff line change 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
1919ARG TARGETARCH
2020
2121RUN apt-get update && apt-get install -y python3-dev
Original file line number Diff line number Diff line change 1- velocitas-sdk==0.15.5
1+ velocitas-sdk==0.15.7
You can’t perform that action at this time.
0 commit comments