From 1e029c2eb5de1d289ded0ecb04b26cbc60b1d426 Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Sat, 12 Aug 2023 13:28:39 +0800 Subject: [PATCH 1/4] bump: python 3.11.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8231d83d..1799fb95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.11-slim +FROM python:3.11.4-slim-bookworm ARG MOVIEPILOT_FRONTEND_VERSION ENV LANG="C.UTF-8" \ HOME="/moviepilot" \ 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 2/4] 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" \ From 8fb3f36bf32d52a119447d0605cae693d327caa6 Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sat, 12 Aug 2023 14:54:58 +0800 Subject: [PATCH 3/4] ci: test --- .github/workflows/build-docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 8d580ea3..23c578c1 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -47,7 +47,6 @@ jobs: file: Dockerfile platforms: | linux/amd64 - linux/arm64 push: true build-args: | MOVIEPILOT_FRONTEND_VERSION=${{ env.app_version }} From c8427536be217afd5690c3d0b26d3c7760fb9184 Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:40:51 +0800 Subject: [PATCH 4/4] ci: add arm64 --- .github/workflows/build-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 23c578c1..8d580ea3 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -47,6 +47,7 @@ jobs: file: Dockerfile platforms: | linux/amd64 + linux/arm64 push: true build-args: | MOVIEPILOT_FRONTEND_VERSION=${{ env.app_version }}