From 5f6e7a65d4de4fb6382fb8c43b8424aaa7dc0347 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 1 Nov 2024 00:19:27 +0000 Subject: [PATCH] Update runtime image tag to 11.13.0-ubi9-python-3.12-slim-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 c9a94f35f8..10f25c10b2 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:11.13.0-ubi9-python-3.12-slim-base USER root