Skip to content

Commit

Permalink
Bump python from 3.11.0-alpine to 3.11.1-alpine (#385)
Browse files Browse the repository at this point in the history
Bumps python from 3.11.0-alpine to 3.11.1-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Dec 12, 2022
1 parent fd18bd1 commit 7585c63
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 @@ -9,7 +9,7 @@
# NOTE: --ulimit is required to work around a limitation in Docker
# Details: https://github.com/jorisroovers/gitlint/issues/129

FROM python:3.11.0-alpine
FROM python:3.11.1-alpine
ARG GITLINT_VERSION

RUN apk add git
Expand Down

0 comments on commit 7585c63

Please sign in to comment.