Skip to content

Commit b3074a5

Browse files
build: Bump python from 3.9.6-slim-buster to 3.9.7-slim-buster (#13)
Bumps python from 3.9.6-slim-buster to 3.9.7-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 c8d2110 commit b3074a5

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.6-slim-buster as python-base
2+
FROM python:3.9.7-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)