diff --git a/.changes/unreleased/Dependency-20221031-000329.yaml b/.changes/unreleased/Dependency-20221031-000329.yaml new file mode 100644 index 00000000000..6d19e098e3f --- /dev/null +++ b/.changes/unreleased/Dependency-20221031-000329.yaml @@ -0,0 +1,7 @@ +kind: "Dependency" +body: "Bump python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye in /docker" +time: 2022-10-31T00:03:29.00000Z +custom: + Author: dependabot[bot] + Issue: 4904 + PR: 6180 diff --git a/docker/Dockerfile b/docker/Dockerfile index 8d3756ca786..afda5e9ce72 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ ARG build_for=linux/amd64 ## # base image (abstract) ## -FROM --platform=$build_for python:3.10.7-slim-bullseye as base +FROM --platform=$build_for python:3.11.0-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@ is correct