update to python 3.11.8

This commit is contained in:
Astound 2024-03-11 10:06:32 +08:00
parent 391ceb5b4e
commit 7c41ad954c
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -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" LABEL MAINTAINER="heckyel@riseup.net"
# Image to Build Dependencies # Image to Build Dependencies