From 614356525e9474eaf65487307ff3cb4fac51747a Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Sat, 24 May 2025 13:50:07 +0000 Subject: [PATCH] feat: switch to Alpine 3.21 --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d66dd47..3a2cbdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG RUNTIME_VERSION="3.12" -ARG DISTRO_VERSION="3.20" +ARG DISTRO_VERSION="3.21" FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder ARG RUNTIME_VERSION="3.12" diff --git a/pyproject.toml b/pyproject.toml index 6e414da..3046720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "python-minifier==2.11.3", "cfn-lint==1.35.3", "ruamel.yaml==0.18.10", - "rich==13.9.4", + "rich==14.0.0", "pulumi==3.171.0", "pulumi-aws==6.81.0", "pulumi-aws-native==1.28.0",