From b55a63ea677cd6510c76b9cd0ffe406ea458143e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 18 Jul 2024 00:14:49 +0000 Subject: [PATCH] Update runtime image tag to 11.7.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 c9a94f35f..68f323423 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.7.0-slim-base USER root