Compare commits

...

1 Commits

Author SHA1 Message Date
Chenyu Li
c808c76da1 revert back to py39 for pre 1.1 2022-04-25 10:57:55 -06:00

View File

@@ -9,7 +9,7 @@ ARG build_for=linux/amd64
## ##
# base image (abstract) # base image (abstract)
## ##
FROM --platform=$build_for python:3.10.3-slim-bullseye as base FROM --platform=$build_for python:3.9.9-slim-bullseye as base
# N.B. The refs updated automagically every release via bumpversion # 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 # N.B. dbt-postgres is currently found in the core codebase so a value of dbt-core@<some_version> is correct