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 Jun 5, 2024
1 parent ac34a7d commit ca98da2
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
RUN python3 setup.py bdist_wheel

FROM python:3.9-slim-buster
FROM python:3.9-slim-bookworm

COPY --from=build /src/dist/*.whl /tmp
# hadolint ignore=DL3013
Expand Down

0 comments on commit ca98da2

Please sign in to comment.