ci: update Python runtime and Pulumi versions
ZeroDownTime/CloudBender/pipeline/head There was a failure building this commit Details

This commit is contained in:
Stefan Reimer 2022-04-19 13:07:47 +02:00
parent 6f31560262
commit f7a84e8b36
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
ARG RUNTIME_VERSION="3.7"
ARG RUNTIME_VERSION="3.9"
ARG DISTRO_VERSION="3.15"
ARG PULUMI_VERSION="3.26.1"
ARG PULUMI_VERSION="3.29.1"
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
ARG PULUMI_VERSION