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 7f8801f commit b5e0c6eCopy full SHA for b5e0c6e
1 file changed
Dockerfile
@@ -1,9 +1,11 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:24.04
2
LABEL maintainer="Julian Nonino <noninojulian@gmail.com>"
3
4
-# Install Git, Subversion, Mercurial
+# renovate: datasource=ubuntu-package suite=noble depName=mkdocs
5
+ENV MKDOCS_VERSION="1.1.2+dfsg-2ubuntu1"
6
+
7
RUN apt-get update -y && \
- apt-get install -y mkdocs=1.1.2+dfsg-2ubuntu1 && \
8
+ apt-get install -y git mkdocs=${MKDOCS_VERSION} && \
9
apt-get clean && \
10
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
11
0 commit comments