Skip to content

Commit f485c13

Browse files
authored
revert python version for docker images (#8445)
* revert python version for docker images * add comment to not update python version, update changelog
1 parent c30b691 commit f485c13

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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"

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)