Skip to content

Commit

Permalink
Bump Dockerfile from Bullseye to Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Jul 14, 2023
1 parent a3bc034 commit ea0dd6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################################################################################
## Builder image
####################################################################################################
FROM python:3.11-slim-bullseye AS builder
FROM python:3.11-slim-bookworm AS builder

ENV DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -33,7 +33,7 @@ RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
####################################################################################################
## Final image
####################################################################################################
FROM python:3.11-slim-bullseye
FROM python:3.11-slim-bookworm

# The last two are required libraries for proper voice support on discord.py (Note that python3-dev is not included)
# Python's C headers are included when the Python interpreter is being compiled
Expand All @@ -42,7 +42,7 @@ RUN apt update \
tini \
ca-certificates \
bash \
netcat \
netcat-traditional \
libnacl-dev \
libopus-dev \
libffi-dev \
Expand Down

0 comments on commit ea0dd6c

Please sign in to comment.