# HG changeset patch
# User Kati Paizee <kpaizee@gitlab.com>
# Date 1649928405 -7200
#      Thu Apr 14 11:26:45 2022 +0200
# Node ID b3113d4bdbd1fabcc5134926a0bb042551ec41e3
# Parent  a3c52bdce5d607c3f925577b027ad2134960ed8c
Update lint-markdown image for docs

diff --git a/doc/settings/prometheus.md b/doc/settings/prometheus.md
--- a/doc/settings/prometheus.md
+++ b/doc/settings/prometheus.md
@@ -4,7 +4,7 @@
 info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
 ---
 
-# Prometheus Settings **(FREE SELF)**
+# Prometheus settings **(FREE SELF)**
 
 ## Remote read/write
 
diff --git a/gitlab-ci-config/gitlab-com.yml b/gitlab-ci-config/gitlab-com.yml
--- a/gitlab-ci-config/gitlab-com.yml
+++ b/gitlab-ci-config/gitlab-com.yml
@@ -311,7 +311,7 @@
 
 # Perform documentation linting on Markdown files
 docs-lint markdown:
-  image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.15-vale-2.15.0-markdownlint-0.31.0
+  image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.15-vale-2.15.5-markdownlint-0.31.1
   stage: check
   cache: {}
   needs: []