Skip to content

Commit

Permalink
Bump python from 3.11.4-alpine to 3.11.5-alpine (#525)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2023
1 parent c4ee700 commit 4d91197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# NOTE: --ulimit is required to work around a limitation in Docker
# Details: https://github.com/jorisroovers/gitlint/issues/129

FROM python:3.11.4-alpine
FROM python:3.11.5-alpine
ARG GITLINT_VERSION

RUN apk add git
Expand Down

0 comments on commit 4d91197

Please sign in to comment.