Skip to content

Commit

Permalink
Fix broken base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jcostom committed Jan 21, 2024
1 parent 5f0d5d2 commit 5291915
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.12.1-slim-bookworm
FROM python:3.11.7-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.4'
VER = '1.0.5'
USER_AGENT = f"rollerblades.py/{VER}"
KEY = 'CinemaTrailersPrerollID'

Expand Down

0 comments on commit 5291915

Please sign in to comment.