Skip to content

Commit 7eb62d4

Browse files
authored
Merge pull request #681 from ntsd/main
fix: docker base image fixed to python 3.11 slim bookworn
2 parents a57315c + 4afa231 commit 7eb62d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim-bookworm
22

33
# Set platform for multi-arch builds (Docker Buildx will set this)
44
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)