We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e0c6e commit 322d062Copy full SHA for 322d062
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:24.04
2
LABEL maintainer="Julian Nonino <noninojulian@gmail.com>"
3
4
# renovate: datasource=ubuntu-package suite=noble depName=mkdocs
5
-ENV MKDOCS_VERSION="1.1.2+dfsg-2ubuntu1"
+ENV MKDOCS_VERSION="1.4.2+dfsg-2"
6
7
RUN apt-get update -y && \
8
apt-get install -y git mkdocs=${MKDOCS_VERSION} && \
0 commit comments