Skip to content

Commit

Permalink
use slim-bookworm image variant in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elfkuzco committed Jun 11, 2024
1 parent b2bd1a8 commit 9b922b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.11-slim-bookworm
LABEL org.opencontainers.image.source=https://github.com/kiwix/mirrors-qa
# Copy code
COPY src /src/src
Expand Down
2 changes: 1 addition & 1 deletion worker/manager.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.11-slim-bookworm
LABEL org.opencontainers.image.source=https://github.com/kiwix/mirrors-qa
# Copy code
COPY src /src/src
Expand Down

0 comments on commit 9b922b7

Please sign in to comment.