Update Debian Docker Build (#3446)

* Update Debian Docker Build - force to 'bookworm' for Debian 12
This commit is contained in:
abraunegg 2025-09-23 08:14:09 +10:00 committed by GitHub
commit 8711b9bc92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# -*-Dockerfile-*-
ARG DEBIAN_VERSION=stable
ARG DEBIAN_VERSION=bookworm
FROM debian:${DEBIAN_VERSION} AS builder-onedrive