Skip to content

Commit

Permalink
Revert "revert python version for docker images (#8445)"
Browse files Browse the repository at this point in the history
This reverts commit f485c13.
  • Loading branch information
MichelleArk authored Feb 27, 2024
1 parent 865b09b commit 1770080
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ ARG build_for=linux/amd64
##
# base image (abstract)
##
# Please do not upgrade beyond python3.10.7 currently as dbt-spark does not support
# 3.11py and images do not get made properly
FROM --platform=$build_for python:3.10.7-slim-bullseye as base
FROM --platform=$build_for python:3.11.2-slim-bullseye as base

# N.B. The refs updated automagically every release via bumpversion
ARG dbt_core_ref=dbt-core@v1.8.0a1
Expand Down

0 comments on commit 1770080

Please sign in to comment.