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.
1 parent e89f46d commit e2ed0acCopy full SHA for e2ed0ac
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb
32
- uses: actions/setup-python@v5
33
with:
34
- python-version: 3.9.16
+ python-version: 3.12.6
35
- name: Cache Python dependencies
36
uses: actions/cache@v4
37
env:
.python-version
@@ -1 +1 @@
1
-3.9.16
+3.12.6
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9-bookworm
+FROM python:3.12-bookworm
2
ENV PYTHONUNBUFFERED=1
3
ENV PYTHONDONTWRITEBYTECODE=1
4
Dockerfile.cabotage
-FROM python:3.9-bullseye
COPY --from=ewdurbin/nginx-static:1.25.x /usr/bin/nginx /usr/bin/nginx
0 commit comments