Skip to content

Commit ea72cd2

Browse files
committed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim AS builder
1+
FROM python:3.14.0a3-slim AS builder
22

33
WORKDIR /app
44

@@ -21,7 +21,7 @@ RUN pip install .
2121
# Install the base isar-robot package
2222
RUN pip install isar-robot
2323

24-
FROM python:3.12-slim
24+
FROM python:3.14.0a3-slim
2525
WORKDIR /app
2626
COPY --from=builder /opt/venv /opt/venv
2727
ENV PATH="/opt/venv/bin:$PATH"

0 commit comments

Comments
 (0)