Skip to content

Commit b6eb0df

Browse files
committed
Small base image fix
1 parent 99fcd02 commit b6eb0df

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.13-3 AS builder
1+
FROM python:3.13-slim 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.13-3
13+
FROM python:3.13-slim
1414

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

0 commit comments

Comments
 (0)