Skip to content

Commit

Permalink
build: update python to 3.12.7 (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Nov 7, 2024
1 parent a1306af commit 189b070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12.6'
python-version: "3.12.7"

- name: Install Python dependencies for CI
run: make install-dev
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{ hashFiles('Data/*') == '' }}
uses: actions/setup-python@v5
with:
python-version: '3.12.6'
python-version: "3.12.7"

- name: Install Python dependencies and download data
if: ${{ hashFiles('Data/*') == '' }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.6-slim-bookworm
FROM python:3.12.7-slim-bookworm

RUN adduser --disabled-password terraso

Expand Down

0 comments on commit 189b070

Please sign in to comment.