From 8f66035658f403e5d6d4c019314f578007de8c93 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Wed, 10 Jun 2026 09:38:11 +0800 Subject: [PATCH] Update to nginx 1.30. This pulls in fixes for some recent high severity security advisories. --- Dockerfile | 2 +- LICENSE | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 164cd87..e04fdd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ENV DCRDEVDOCS_CARDS="true" RUN ./bin/build_docs.sh # Serve image (stable nginx version) -FROM nginx:1.28-alpine +FROM nginx:1.30-alpine LABEL description="dcrdevdocs serve" LABEL version="1.0" diff --git a/LICENSE b/LICENSE index 2e8823c..51551f2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2018-2025 The Decred developers +Copyright (c) 2018-2026 The Decred developers Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/mkdocs.yml b/mkdocs.yml index 228db22..f5d8a18 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -132,4 +132,4 @@ nav: - 'Regnet': 'environments/regnet.md' - Contributing: - 'Contributor Guidelines': 'contributing/contributor-guidelines.md' -copyright: If you wish to improve this site, please open an issue or send a pull request.
dcrdevdocs v0.0.1. Decred Project 2020-2025. +copyright: If you wish to improve this site, please open an issue or send a pull request.
dcrdevdocs v0.0.1. Decred Project 2020-2026.