Skip to content
Merged
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
Prev Previous commit
Merge branch 'main' into revert-8445-mcknight/revert_7196_and_6424
  • Loading branch information
MichelleArk authored Apr 16, 2024
commit 3ab8783b8719fe9ddd8eb1e91cade0c53cc633a7
20 changes: 1 addition & 19 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
# this image gets published to GHCR for production use
ARG py_version=3.10.7
ARG py_version=3.11.2

FROM python:$py_version-slim-bullseye as base

##
# base image (abstract)
##
FROM --platform=$build_for python:3.11.2-slim-bullseye as base

# N.B. The refs updated automagically every release via bumpversion
ARG [email protected]
ARG [email protected]
ARG [email protected]
ARG [email protected]
ARG [email protected]
ARG [email protected]
# special case args
ARG dbt_spark_version=all
ARG dbt_third_party

# System setup
RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends \
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.