diff --git a/met-etl/Dockerfile b/met-etl/Dockerfile index 951cdc535..d396632d8 100644 --- a/met-etl/Dockerfile +++ b/met-etl/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.2-bullseye +FROM python:3.8.5-buster ARG DAGSTER_VERSION=0.23.15 diff --git a/met-etl/container/user_code/Dockerfile b/met-etl/container/user_code/Dockerfile index 56f0c350b..1d9b1722d 100644 --- a/met-etl/container/user_code/Dockerfile +++ b/met-etl/container/user_code/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.2-bullseye +FROM python:3.8.5-buster ARG DAGSTER_VERSION=0.23.15