Skip to content

Commit c16a255

Browse files
authored
Fix base image build (#210)
1 parent d4ef706 commit c16a255

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

containers/python-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# SPDX-License-Identifier: MPL-2.0
44

55

6+
FROM python:3.13-slim AS builder
7+
68
ARG PYTHON_VERSION=cp313
79
ARG OPENCV_REPO_OWNER=arduino
810
ARG OPENCV_VERSION=4.13.0.92
911

10-
FROM python:3.13-slim AS builder
11-
1212
COPY ./requirements-base.txt /app/requirements.txt
1313

1414
RUN set -ex; \

0 commit comments

Comments
 (0)