Skip to content

Commit

Permalink
python 3.11 for Docker
Browse files Browse the repository at this point in the history
Have been using this all winter and have had no issues. Enjoying the better error messages too.
  • Loading branch information
dale-wahl committed Jan 31, 2025
1 parent 513a589 commit 2600e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim AS compile-image
FROM python:3.11-slim

RUN apt-get update && apt install -y \
# General requirements:
Expand Down

0 comments on commit 2600e55

Please sign in to comment.