Skip to content

Commit 9252e59

Browse files
committed
Bump python version for Docker build to 3.11 for Unraid-Synapse.
1 parent 45c1212 commit 9252e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
tags: "${{ steps.set-tag.outputs.tags }}"
6363
file: "docker/Dockerfile-unified"
6464
build-args: |
65-
PYTHON_VERSION=3.10
65+
PYTHON_VERSION=3.11
6666
TEST_ONLY_IGNORE_BAD_POETRY_LOCKFILE=1
6767
CARGO_NET_GIT_FETCH_WITH_CLI=true
6868
platforms: linux/amd64

0 commit comments

Comments
 (0)