Bump debian to bookworm in deploystatic container master github/master
authorMagnus Hagander <magnus@hagander.net>
Wed, 17 Sep 2025 13:43:33 +0000 (15:43 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 17 Sep 2025 13:43:33 +0000 (15:43 +0200)
tools/deploystatic/Dockerfile

index 855e7f38b7ecf32da4f52d0d0df797016cfad08e..d32abf4eeeaf50f126c3f5216e8f6328fab9f91e 100644 (file)
@@ -1,4 +1,4 @@
-FROM debian:bullseye
+FROM debian:bookworm
 RUN apt-get -y update && apt-get -y upgrade && apt-get -y install python3-jinja2 python3-markdown python3-dateutil && apt-get -y clean
 RUN mkdir /source /target
 ADD deploystatic.py entrypoint.sh /