fix: Revert Python to V3.8
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2022-04-19 13:26:12 +02:00
parent f7a84e8b36
commit c3d416b75a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG RUNTIME_VERSION="3.9"
ARG RUNTIME_VERSION="3.8"
ARG DISTRO_VERSION="3.15"
ARG PULUMI_VERSION="3.29.1"