diff options
author | Astound <kirito@disroot.org> | 2024-03-11 10:06:32 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-03-11 10:06:32 +0800 |
commit | 7c41ad954c15da4ef5015e61c2c74f1f567d003e (patch) | |
tree | 16455526aa935b539b651faa3c0ff49937d25716 /core/Dockerfile | |
parent | 391ceb5b4e5b4f557ccf1dbb2909f28b1b4a236d (diff) | |
download | yt-local-docker-7c41ad954c15da4ef5015e61c2c74f1f567d003e.tar.lz yt-local-docker-7c41ad954c15da4ef5015e61c2c74f1f567d003e.tar.xz yt-local-docker-7c41ad954c15da4ef5015e61c2c74f1f567d003e.zip |
update to python 3.11.8
Diffstat (limited to 'core/Dockerfile')
-rw-r--r-- | core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile index 18dc264..828b3da 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,4 +1,4 @@ -FROM index.docker.io/python:3.11.7-alpine3.19 AS base +FROM index.docker.io/python:3.11.8-alpine3.19 AS base LABEL MAINTAINER="heckyel@riseup.net" # Image to Build Dependencies |