diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-07 09:48:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 09:48:01 +0200 |
commit | f9ffd4fe06166dcd213b7ea4a04b0c21a621df2d (patch) | |
tree | 1761649276be6ddc0e2bf25f46b74edb8d6b2321 | |
parent | 4b2c1e0473f5a792718fee539fc29592bf25d53e (diff) |
Bump python from 3.11.2-alpine to 3.11.3-alpine (#485)
-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.2-alpine +FROM python:3.11.3-alpine ARG GITLINT_VERSION RUN apk add git |