Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
revert python version for docker images
  • Loading branch information
McKnight-42 committed Aug 17, 2023
commit 1b028cd4d7100a2f82b5c74797aca1d8e581bbb3
7 changes: 7 additions & 0 deletions .changes/unreleased/Fixes-20230817-130915.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Fixes
body: revert prs 7196 and 6424 to have docker python version be 3.10.7 as dbt-spark
does not support 3.11py and is missing images in 1.6 and 1.5
time: 2023-08-17T13:09:15.936349-05:00
custom:
Author: McKnight-42
Issue: "8444"
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG build_for=linux/amd64
##
# base image (abstract)
##
FROM --platform=$build_for python:3.11.2-slim-bullseye as base
FROM --platform=$build_for python:3.10.7-slim-bullseye as base

# N.B. The refs updated automagically every release via bumpversion
# N.B. dbt-postgres is currently found in the core codebase so a value of dbt-core@<some_version> is correct
Expand Down