ci: adjust python version in container
All checks were successful
ZeroDownTime/CloudBender/pipeline/head This commit looks good
All checks were successful
ZeroDownTime/CloudBender/pipeline/head This commit looks good
This commit is contained in:
parent
d6f752f5d1
commit
01feac5ea5
@ -1,8 +1,8 @@
|
|||||||
ARG RUNTIME_VERSION="3.11"
|
ARG RUNTIME_VERSION="3.12"
|
||||||
ARG DISTRO_VERSION="3.20"
|
ARG DISTRO_VERSION="3.20"
|
||||||
|
|
||||||
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
|
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
|
||||||
ARG RUNTIME_VERSION="3.11"
|
ARG RUNTIME_VERSION="3.12"
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
@ -23,7 +23,7 @@ dependencies = [
|
|||||||
"ruamel.yaml==0.18.6",
|
"ruamel.yaml==0.18.6",
|
||||||
"pulumi==3.137.0",
|
"pulumi==3.137.0",
|
||||||
"pulumi-aws==6.56.1",
|
"pulumi-aws==6.56.1",
|
||||||
"pulumi-aws-native==0.126.0",
|
"pulumi-aws-native==1.3.0",
|
||||||
"pulumi-policy==1.13.0",
|
"pulumi-policy==1.13.0",
|
||||||
"pulumi-command==1.0.1",
|
"pulumi-command==1.0.1",
|
||||||
"pulumi_random==4.16.6",
|
"pulumi_random==4.16.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user