chore: use latest Alpine for container
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2024-04-22 13:14:13 +00:00
parent 6a76f37bce
commit 6a5e59a62f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG RUNTIME_VERSION="3.11"
ARG DISTRO_VERSION="3.18"
ARG DISTRO_VERSION="3.19"
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
ARG RUNTIME_VERSION="3.11"