Skip to content

Commit

Permalink
Update to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Oct 3, 2023
1 parent bb83fa9 commit e1331a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/webviz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: 🐍 Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: pip

- name: 📦 Install poetry and dependencies
Expand Down
2 changes: 1 addition & 1 deletion backend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:79aa96a96eeccf6e13a240f24c8630dc1069efd20f8c289c8f90914dcae83c11
FROM python:3.11-slim@sha256:ad2c4e5884418404c5289acad4a471dde8500e24ba57ad574cdcae46523e507a

RUN useradd --create-home --uid 1234 appuser # Changing to non-root user early

Expand Down

0 comments on commit e1331a6

Please sign in to comment.