feat: switch to Alpine 3.21
All checks were successful
ZeroDownTime/CloudBender/pipeline/head This commit looks good

This commit is contained in:
Stefan Reimer 2025-05-24 13:50:07 +00:00
parent 661d97ea3d
commit 614356525e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ARG RUNTIME_VERSION="3.12" ARG RUNTIME_VERSION="3.12"
ARG DISTRO_VERSION="3.20" ARG DISTRO_VERSION="3.21"
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
ARG RUNTIME_VERSION="3.12" ARG RUNTIME_VERSION="3.12"

View File

@ -21,7 +21,7 @@ dependencies = [
"python-minifier==2.11.3", "python-minifier==2.11.3",
"cfn-lint==1.35.3", "cfn-lint==1.35.3",
"ruamel.yaml==0.18.10", "ruamel.yaml==0.18.10",
"rich==13.9.4", "rich==14.0.0",
"pulumi==3.171.0", "pulumi==3.171.0",
"pulumi-aws==6.81.0", "pulumi-aws==6.81.0",
"pulumi-aws-native==1.28.0", "pulumi-aws-native==1.28.0",