Skip to content

Commit 4d4058e

Browse files
committed
Updating base image
1 parent a158562 commit 4d4058e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

case_temps/Dockerfile

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

33
WORKDIR /app
44

@@ -10,7 +10,7 @@ RUN pip wheel --no-cache-dir --no-deps --wheel-dir /app/wheels -r requirements.t
1010

1111

1212
# final stage
13-
FROM python:3.10-slim
13+
FROM python:3.13-3slim
1414

1515
RUN apt-get update -y && apt-get install -y libgpiod2
1616

0 commit comments

Comments
 (0)