From 60576f23f1d79beec895a326a2ae580cab17b203 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 17 Oct 2024 00:17:11 +0000 Subject: [PATCH] Update runtime image tag to 12.2.0-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..2b5f53d98f 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.2.0-slim-base USER root