Skip to content

Commit

Permalink
Bump python from 3.11.5-alpine to 3.12.3-alpine
Browse files Browse the repository at this point in the history
Bumps python from 3.11.5-alpine to 3.12.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent 4d91197 commit 53652f1
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.5-alpine
FROM python:3.12.3-alpine
ARG GITLINT_VERSION

RUN apk add git
Expand Down

0 comments on commit 53652f1

Please sign in to comment.