From 9cf750ede6230a2e01339f2eb790e6ba822a9a49 Mon Sep 17 00:00:00 2001
From: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Date: Tue, 23 Apr 2024 19:55:30 +0100
Subject: [PATCH] Remove whitespace
---
base/Dockerfile | 12 ++++++------
latexpdf/Dockerfile | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/base/Dockerfile b/base/Dockerfile
index 69828d0..30ef790 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -1,11 +1,11 @@
FROM python:slim
-LABEL org.opencontainers.image.authors = "Sphinx Team "
-LABEL org.opencontainers.image.documentation = "https://sphinx-doc.org/"
-LABEL org.opencontainers.image.source = "https://github.com/sphinx-doc/sphinx-docker-images"
-LABEL org.opencontainers.image.version = "7.3.6"
-LABEL org.opencontainers.image.licenses = "BSD-2-Clause"
-LABEL org.opencontainers.image.description = "Base container image for Sphinx"
+LABEL org.opencontainers.image.authors="Sphinx Team "
+LABEL org.opencontainers.image.documentation="https://sphinx-doc.org/"
+LABEL org.opencontainers.image.source="https://github.com/sphinx-doc/sphinx-docker-images"
+LABEL org.opencontainers.image.version="7.3.6"
+LABEL org.opencontainers.image.licenses="BSD-2-Clause"
+LABEL org.opencontainers.image.description="Base container image for Sphinx"
WORKDIR /docs
RUN apt-get update \
diff --git a/latexpdf/Dockerfile b/latexpdf/Dockerfile
index fa49092..75fa2ef 100644
--- a/latexpdf/Dockerfile
+++ b/latexpdf/Dockerfile
@@ -1,11 +1,11 @@
FROM python:slim
-LABEL org.opencontainers.image.authors = "Sphinx Team "
-LABEL org.opencontainers.image.documentation = "https://sphinx-doc.org/"
-LABEL org.opencontainers.image.source = "https://github.com/sphinx-doc/sphinx-docker-images"
-LABEL org.opencontainers.image.version = "7.3.6"
-LABEL org.opencontainers.image.licenses = "BSD-2-Clause"
-LABEL org.opencontainers.image.description = "LaTeX container image for Sphinx"
+LABEL org.opencontainers.image.authors="Sphinx Team "
+LABEL org.opencontainers.image.documentation="https://sphinx-doc.org/"
+LABEL org.opencontainers.image.source="https://github.com/sphinx-doc/sphinx-docker-images"
+LABEL org.opencontainers.image.version="7.3.6"
+LABEL org.opencontainers.image.licenses="BSD-2-Clause"
+LABEL org.opencontainers.image.description="LaTeX container image for Sphinx"
WORKDIR /docs
RUN apt-get update \