File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ kind : Under the Hood
2+ body : Use python version 3.10.7 in Docker image.
3+ time : 2023-08-17T13:09:15.936349-05:00
4+ custom :
5+ Author : McKnight-42
6+ Issue : " 8444"
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ ARG build_for=linux/amd64
99# #
1010# base image (abstract)
1111# #
12- FROM --platform=$build_for python:3.11.2-slim-bullseye as base
12+ # Please do not upgrade beyond python3.10.7 currently as dbt-spark does not support
13+ # 3.11py and images do not get made properly
14+ FROM --platform=$build_for python:3.10.7-slim-bullseye as base
1315
1416# N.B. The refs updated automagically every release via bumpversion
1517# N.B. dbt-postgres is currently found in the core codebase so a value of dbt-core@<some_version> is correct
You can’t perform that action at this time.
0 commit comments