From 16ff894d1141cb16693374806d78ee0635457757 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 3 Dec 2024 16:19:13 +0000 Subject: [PATCH] Update Astro Runtime to 12.5.0 --- dbt-on-astro/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt-on-astro/Dockerfile b/dbt-on-astro/Dockerfile index b665f75..0e8eed2 100644 --- a/dbt-on-astro/Dockerfile +++ b/dbt-on-astro/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/astronomer/astro-runtime:12.4.0 +FROM quay.io/astronomer/astro-runtime:12.5.0 # install dbt into a virtual environment RUN python -m venv dbt_venv && source dbt_venv/bin/activate && \