diff --git a/Dockerfile b/Dockerfile index 5f2ab31..96b6726 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/pyproject.toml b/pyproject.toml index c12807e..5a692aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",