Skip to content

Commit 322d062

Browse files
committed
Update to version 1.4.2
1 parent b5e0c6e commit 322d062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:24.04
22
LABEL maintainer="Julian Nonino <noninojulian@gmail.com>"
33

44
# renovate: datasource=ubuntu-package suite=noble depName=mkdocs
5-
ENV MKDOCS_VERSION="1.1.2+dfsg-2ubuntu1"
5+
ENV MKDOCS_VERSION="1.4.2+dfsg-2"
66

77
RUN apt-get update -y && \
88
apt-get install -y git mkdocs=${MKDOCS_VERSION} && \

0 commit comments

Comments
 (0)