Skip to content

Commit 0f1b7e9

Browse files
authored
Merge pull request #373 from Nitrokey/cd-linux
ci: Use Debian Bookworm for Linux CD
2 parents 3152128 + 57b51f1 commit 0f1b7e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd-linux.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version-check:
1616
name: Check versioning
1717
runs-on: ubuntu-latest
18-
container: python:3.10-slim
18+
container: python:3.10-slim-bookworm
1919
if: github.event_name == 'release'
2020
steps:
2121
- name: Checkout repository
@@ -41,7 +41,7 @@ jobs:
4141
build-onefile:
4242
name: Build onefile
4343
runs-on: ubuntu-latest
44-
container: python:3.10-slim
44+
container: python:3.10-slim-bookworm
4545
steps:
4646
- name: Checkout repository
4747
uses: actions/checkout@v4
@@ -80,7 +80,7 @@ jobs:
8080
publish-binary:
8181
name: Publish binary
8282
runs-on: ubuntu-latest
83-
container: python:3.10-slim
83+
container: python:3.10-slim-bookworm
8484
needs: [build-onefile, version-check]
8585
if: github.event_name == 'release'
8686
permissions:

0 commit comments

Comments
 (0)