Skip to content

Commit

Permalink
Use Debian Bookworm base image
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed May 28, 2024
1 parent 92766a4 commit bcdf40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.9-buster AS build
FROM python:3.9-bookworm AS build

COPY . /src
WORKDIR /src/python
RUN python3 setup.py bdist_wheel

FROM python:3.9-slim-buster
FROM python:3.9-slim-bookworm
ARG TZ
ENV TZ=$TZ

Expand Down

0 comments on commit bcdf40a

Please sign in to comment.