Skip to content

Commit

Permalink
Update base image to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jcostom committed Oct 9, 2023
1 parent 3beb9cd commit 202a705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.5-slim-bookworm
FROM python:3.12.0-slim-bookworm

ARG TZ=America/New_York

Expand Down
2 changes: 1 addition & 1 deletion rollerblades.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
DEBUG = int(os.getenv('DEBUG', 0))

# --- Globals ---
VER = '1.0'
VER = '1.0.1'
USER_AGENT = f"rollerblades.py/{VER}"
KEY = 'CinemaTrailersPrerollID'

Expand Down

0 comments on commit 202a705

Please sign in to comment.