Skip to content

Commit ac53bb6

Browse files
committed
switch to bullseye
1 parent 8c9b1c5 commit ac53bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
docker run --rm --platform linux/arm64 \
2424
-v "${{ github.workspace }}:/workspace" \
2525
-w /workspace \
26-
python:3.11-slim-bookworm \
26+
python:3.11-slim-bullseye \
2727
bash -c '
2828
set -ex
2929

0 commit comments

Comments
 (0)