diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-23 01:45:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 01:45:22 +0000 |
commit | 53652f1c132ccc1f5bd50ac6264d269465a7d4b0 (patch) | |
tree | f2cd4003b29930c8910af010b057665ce05b2b8b | |
parent | 4d9119760056492eabc201bfad5de2f9e660b85f (diff) |
Bump python from 3.11.5-alpine to 3.12.3-alpinedependabot/docker/python-3.12.3-alpine
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>
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |