Skip to content

Commit

Permalink
use 3.12 in Dockerfile and GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Jan 14, 2024
1 parent a43d9a1 commit f8aa558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12'
cache: "pip"
cache-dependency-path: "requirements/**.txt"
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM dear_frontend as static_files

RUN npm run build

FROM python:3.8-slim-bullseye as base
FROM python:3.12-slim-bookworm as base

# Install packages needed to run your application (not build deps):
# mime-support -- for mime types when serving static files
Expand Down

0 comments on commit f8aa558

Please sign in to comment.