From 987764858b81b95d8b93dcce67a4a9aace532ba3 Mon Sep 17 00:00:00 2001 From: leahwicz <60146280+leahwicz@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:14:22 -0500 Subject: [PATCH] Revert "Bump python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye in /docker (#6180)" (#6281) This reverts commit 8e28f5906e60f7c97e874e9dd5962625267d336e. --- .changes/unreleased/Dependency-20221031-000329.yaml | 7 ------- docker/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .changes/unreleased/Dependency-20221031-000329.yaml diff --git a/.changes/unreleased/Dependency-20221031-000329.yaml b/.changes/unreleased/Dependency-20221031-000329.yaml deleted file mode 100644 index 6d19e098e3f..00000000000 --- a/.changes/unreleased/Dependency-20221031-000329.yaml +++ /dev/null @@ -1,7 +0,0 @@ -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 afda5e9ce72..8d3756ca786 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.11.0-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