Skip to content

Commit c8d2110

Browse files
build: Bump python from 3.9.5-slim-buster to 3.9.6-slim-buster (#12)
Bumps python from 3.9.5-slim-buster to 3.9.6-slim-buster. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5d76e6 commit c8d2110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO: Find out whether it possible to use "faster" base Python image
2-
FROM python:3.9.5-slim-buster as python-base
2+
FROM python:3.9.6-slim-buster as python-base
33

44
LABEL maintainer="Igor Davydenko <iam@igordavydenko.com>"
55
LABEL description="Add poetry, pre-commit, and other dev-tools to official Python slim Docker image."

0 commit comments

Comments
 (0)