From 59919f3de71dce517b938187107134f9da232be2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Dec 2024 00:18:50 +0000 Subject: [PATCH] Update runtime image tag to 12.6.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 c9a94f35f..7220d76cd 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.6.0-ubi9-python-3.12-slim-base USER root