diff --git a/.changes/unreleased/Dependency-20220912-002253.yaml b/.changes/unreleased/Dependency-20220912-002253.yaml new file mode 100644 index 00000000000..25c3677c877 --- /dev/null +++ b/.changes/unreleased/Dependency-20220912-002253.yaml @@ -0,0 +1,7 @@ +kind: "Dependency" +body: "Bump python from 3.10.6-slim-bullseye to 3.10.7-slim-bullseye in /docker" +time: 2022-09-12T00:22:53.00000Z +custom: + Author: dependabot[bot] + Issue: 4904 + PR: 5805 diff --git a/docker/Dockerfile b/docker/Dockerfile index 283ee5df036..b29443a79c5 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.6-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@ is correct