From be32d0be1b7ad079a9e7bcfc351c8bf7e63c9c0c Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Sat, 12 Aug 2023 13:33:28 +0800 Subject: [PATCH] bump: debian bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1799fb95..3dd96fe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-slim-bookworm +FROM python:3.11.4-slim-bullseye ARG MOVIEPILOT_FRONTEND_VERSION ENV LANG="C.UTF-8" \ HOME="/moviepilot" \