Skip to content

Commit

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

* Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye in /docker

Bumps python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye.

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

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
2 people authored and stu-k committed Apr 5, 2023
1 parent 204f1f6 commit 0512fe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230320-010100.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye in /docker"
time: 2023-03-20T01:01:00.00000Z
custom:
Author: dependabot[bot]
PR: 7196
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.11.1-slim-bullseye as base
FROM --platform=$build_for python:3.11.2-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 0512fe7

Please sign in to comment.