This commit is contained in:
Herculino Trotta
2024-10-09 00:31:21 -03:00
parent e78e4cc5e1
commit 3dde44b1cd
139 changed files with 4965 additions and 1004 deletions

View File

@@ -1,5 +1,5 @@
# pull official base image
FROM python:3.11.8-slim-buster AS python
FROM python:3.11-slim-buster AS python
LABEL authors="Herculino de Miranda Trotta"
FROM docker.io/python AS python-build-stage