Skip to content

Commit

Permalink
build: update Python to 3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Sep 10, 2024
1 parent 091ac39 commit 0941ebf
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.5'
python-version: '3.12.6'

- 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.5'
python-version: '3.12.6'

- 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.5-slim-bookworm
FROM python:3.12.6-slim-bookworm

RUN adduser --disabled-password terraso

Expand Down

0 comments on commit 0941ebf

Please sign in to comment.