ci: adjust python version in container
All checks were successful
ZeroDownTime/CloudBender/pipeline/head This commit looks good

This commit is contained in:
Stefan Reimer 2024-10-23 12:23:11 +00:00
parent d6f752f5d1
commit 01feac5ea5
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
ARG RUNTIME_VERSION="3.11"
ARG RUNTIME_VERSION="3.12"
ARG DISTRO_VERSION="3.20"
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
ARG RUNTIME_VERSION="3.11"
ARG RUNTIME_VERSION="3.12"
RUN apk add --no-cache \
autoconf \

View File

@ -23,7 +23,7 @@ dependencies = [
"ruamel.yaml==0.18.6",
"pulumi==3.137.0",
"pulumi-aws==6.56.1",
"pulumi-aws-native==0.126.0",
"pulumi-aws-native==1.3.0",
"pulumi-policy==1.13.0",
"pulumi-command==1.0.1",
"pulumi_random==4.16.6",