Skip to content

Commit 48bb420

Browse files
committed
Update to version 1.5.3
1 parent 075a42b commit 48bb420

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.4.2+dfsg-2"
5+
ENV MKDOCS_VERSION="1.5.3+dfsg-1"
66

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

0 commit comments

Comments
 (0)