Skip to content

Commit

Permalink
fix: bump python to 3.12.2 (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Feb 22, 2024
1 parent a8b4240 commit 4b305a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.1"
python-version: "3.12.2"

- name: Install Python dependencies for CI
run: |
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.1-slim-bullseye
FROM python:3.12.2-slim-bullseye

RUN adduser --disabled-password terraso

Expand Down

0 comments on commit 4b305a5

Please sign in to comment.