Skip to content

Commit

Permalink
Update Docker base image to Debian 12
Browse files Browse the repository at this point in the history
Signed-off-by: Aitor Iturrioz <[email protected]>
  • Loading branch information
bodiroga committed Jul 14, 2024
1 parent 5ac5f96 commit 9ac848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-bullseye
FROM python:3.9-slim-bookworm
WORKDIR /app
COPY requirements.txt ./
RUN apt-get update && apt-get install build-essential -y
Expand Down

0 comments on commit 9ac848e

Please sign in to comment.