Skip to content

Commit 1d3bc36

Browse files
authored
Baseline baseimage for templates (#17)
1 parent 97da6a1 commit 1d3bc36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/src/cpp/common/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/cpp:latest
15+
FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.0.1
1616

1717
ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE
1818
ENV REINSTALL_CMAKE_VERSION_FROM_SOURCE="${REINSTALL_CMAKE_VERSION_FROM_SOURCE:-none}"

setup/src/python/common/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:latest
15+
FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.0.1
1616

1717
# Force dapr to use localhost traffic
1818
ENV DAPR_HOST_IP="127.0.0.1"

0 commit comments

Comments
 (0)