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 075a42b commit 48bb420Copy full SHA for 48bb420
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.4.2+dfsg-2"
+ENV MKDOCS_VERSION="1.5.3+dfsg-1"
6
7
RUN apt-get update -y && \
8
apt-get install -y git mkdocs=${MKDOCS_VERSION} && \
0 commit comments