Skip to content

Commit

Permalink
perf: Upgrade to Python 3.12 and Debian Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jan 12, 2024
1 parent 3088e86 commit 98f9505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
claimaiphonebot311
claimaiphonebot312
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base container
FROM docker.io/library/python:3.11-slim-bullseye@sha256:9f35f3a6420693c209c11bba63dcf103d88e47ebe0b205336b5168c122967edf AS base
FROM docker.io/library/python:3.12-slim-bookworm@sha256:448eb6cade8c9edfa66b0840829744a10a0131f6e9ef95052913170c8291a348 AS base

# Build container
FROM base AS build
Expand Down
2 changes: 1 addition & 1 deletion helpers/config_models/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class LoggingLevel(str, Enum):
# Copied from https://docs.python.org/3.11/library/logging.html#logging-levels
# Copied from https://docs.python.org/3.12/library/logging.html#logging-levels
CRITICAL = "CRITICAL"
DEBUG = "DEBUG"
ERROR = "ERROR"
Expand Down

0 comments on commit 98f9505

Please sign in to comment.