Skip to content

Commit

Permalink
fixup! Update Debian images to Debian 12 (bookworm).
Browse files Browse the repository at this point in the history
  • Loading branch information
yegle committed Dec 29, 2024
1 parent 46abfcf commit d3451e6
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
Expand Up @@ -23,7 +23,7 @@ RUN rm -rf .*cache && \
find . -type f -name '*.py[c0]' -delete && \
find . -type d -name "__pycache__" -delete

FROM debian:bookwarm as build_env
FROM debian:bookworm as build_env
ARG BEANCOUNT_VERSION

RUN apt-get update
Expand Down

0 comments on commit d3451e6

Please sign in to comment.