diff options
Diffstat (limited to 'core/Dockerfile')
-rw-r--r-- | core/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Dockerfile b/core/Dockerfile index bedad4f..63c83c6 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.11-alpine AS base +FROM docker.io/python:3.13-alpine AS base FROM base AS builder @@ -7,7 +7,7 @@ ENV LC_ALL=C.UTF-8 ARG APP_DIR="/srv/app" ARG YT_REPO="https://git.fridu.us/heckyel/yt-local.git" -ARG YT_BRANCH="v0.2.20" +ARG YT_BRANCH="v0.2.21" RUN apk update && \ apk upgrade && \ |