Skip to content

Commit 691e8d2

Browse files
committed
feat: use -slim base container
Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de>
1 parent 49346ab commit 691e8d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM python:3.14-trixie
2-
LABEL org.opencontainers.image.source=https://github.com/umati/Sample-Server-asyncio
1+
FROM python:3.14-slim-trixie
32

43
RUN apt update && \
54
apt install -yy --no-install-recommends --no-install-suggests \

0 commit comments

Comments
 (0)