summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-08 10:35:15 +0200
committerGitHub <noreply@github.com>2023-06-08 10:35:15 +0200
commit9599cdef0a1e39adf1435d44afc3ea218f75bfee (patch)
treec593b9ead98e12de4b1822993723bedc8502c122
parent2970c1986696f1ba853622a597937ac9bacec497 (diff)
Bump python from 3.11.3-alpine to 3.11.4-alpine (#502)
Bumps python from 3.11.3-alpine to 3.11.4-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>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2ee1868..30658dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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.3-alpine
+FROM python:3.11.4-alpine
ARG GITLINT_VERSION
RUN apk add git