From ac03e87146f4203e8ffd316c2284580c2645db37 Mon Sep 17 00:00:00 2001 From: Travis Ravert Date: Thu, 25 Jan 2024 12:52:00 -0800 Subject: [PATCH 1/2] upgrade alpine to clear errors around ruby version --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1697223..edc9017 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.17.2 LABEL maintainer="OSC" # Set language to avoid bugs that sometimes appear diff --git a/requirements.txt b/requirements.txt index 266cf98..53f1123 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -sphinx==2.4.5 +sphinx==7.1.2 sphinx-rtd-theme==0.4.3 sphinxcontrib-plantuml==0.15 sphinxcontrib-httpdomain==1.7.0 From c74beaa3ce58f733dea635ccd9aa27d438c4cfe2 Mon Sep 17 00:00:00 2001 From: Travis Ravert Date: Thu, 25 Jan 2024 12:54:13 -0800 Subject: [PATCH 2/2] change docutils, remove sphinx-tabs to let pip handle dependency --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 53f1123..311d521 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ sphinx==7.1.2 sphinx-rtd-theme==0.4.3 sphinxcontrib-plantuml==0.15 sphinxcontrib-httpdomain==1.7.0 -docutils==0.14 -sphinx-tabs==3.3.1 \ No newline at end of file +docutils==0.20 \ No newline at end of file