Skip to content

Commit a4907cc

Browse files
committed
fixup! Update Debian images to Debian 12 (bookworm).
1 parent 503d27c commit a4907cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN rm -rf .*cache && \
2323
find . -type f -name '*.py[c0]' -delete && \
2424
find . -type d -name "__pycache__" -delete
2525

26-
FROM debian:bookwarm as build_env
26+
FROM debian:bookworm as build_env
2727
ARG BEANCOUNT_VERSION
2828

2929
RUN apt-get update

0 commit comments

Comments
 (0)