We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc6bb0 + a663c02 commit a444772Copy full SHA for a444772
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
unit-tests:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
12
13
strategy:
14
matrix:
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: ${{ matrix.python-version }}
23
examples/intro/Dockerfile
@@ -1,5 +1,5 @@
1
# vim: set filetype=Dockerfile:
2
-FROM python:3.11-slim-buster
+FROM python:3.11-slim-bookworm
3
4
ENV POETRY_HOME="/opt/poetry" \
5
POETRY_VIRTUALENVS_CREATE=false \
0 commit comments