Skip to content

Commit 4d91197

Browse files
Bump python from 3.11.4-alpine to 3.11.5-alpine (#525)
Bumps python from 3.11.4-alpine to 3.11.5-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4ee700 commit 4d91197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# NOTE: --ulimit is required to work around a limitation in Docker
88
# Details: https://github.com/jorisroovers/gitlint/issues/129
99

10-
FROM python:3.11.4-alpine
10+
FROM python:3.11.5-alpine
1111
ARG GITLINT_VERSION
1212

1313
RUN apk add git

0 commit comments

Comments
 (0)