diff options
author | Astound <kirito@disroot.org> | 2024-07-10 11:04:31 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-07-10 11:04:31 +0800 |
commit | f9c37b7d5d79c19743771718a2d6ecfdd06d0e17 (patch) | |
tree | 92d0bdfcea768030a72f7c6a191bf8f9d6c5c1e0 /core | |
parent | 19f69632a096151f4936759bf788f7c84a07bb12 (diff) | |
download | yt-local-docker-f9c37b7d5d79c19743771718a2d6ecfdd06d0e17.tar.lz yt-local-docker-f9c37b7d5d79c19743771718a2d6ecfdd06d0e17.tar.xz yt-local-docker-f9c37b7d5d79c19743771718a2d6ecfdd06d0e17.zip |
update base image
Diffstat (limited to 'core')
-rw-r--r-- | core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile index 7a27e6a..b55460c 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,4 +1,4 @@ -FROM index.docker.io/python:3.11.8-alpine3.19 AS base +FROM index.docker.io/python:3.11.9-alpine AS base LABEL MAINTAINER="heckyel@riseup.net" # Image to Build Dependencies |