mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-18 20:43:54 +03:00
Update base image to Python 3.13-alpine
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-alpine
|
||||
FROM python:3.13-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Entry point for the ytplaylist container.
|
||||
# Converts environment variables into CLI flags and execs the Python CLI.
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user