Skip to content

Commit

Permalink
Bump python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye in /doc…
Browse files Browse the repository at this point in the history
…ker (#6180)

* Bump python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye in /docker

Bumps python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add automated changelog yaml from template for bot PR

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
  • Loading branch information
dependabot[bot] and FishtownBuildBot authored Nov 2, 2022
1 parent d23285b commit 8e28f59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/unreleased/Dependency-20221031-000329.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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@<some_version> is correct
Expand Down

0 comments on commit 8e28f59

Please sign in to comment.