From 97c598a157cab0c051f7b8ca21146d3b9877a795 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 3 Dec 2024 00:19:39 +0000 Subject: [PATCH] Update runtime image tag to 12.5.0-ubi9-python-3.12-base --- python-sdk/dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/dev/Dockerfile b/python-sdk/dev/Dockerfile index c9a94f35f..ab3d9eb69 100644 --- a/python-sdk/dev/Dockerfile +++ b/python-sdk/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/astronomer/astro-runtime:11.3.0-slim-base +FROM quay.io/astronomer/astro-runtime:12.5.0-ubi9-python-3.12-base USER root