From 1d618521a9d8bc5c11e19b00efc6d1a6502d5e04 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Fri, 13 Sep 2024 17:40:35 +0200 Subject: [PATCH] update dockerfile syntax --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1997f528..b85152a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:24.04 ENV DEBIAN_FRONTEND noninteractive -LABEL org.opencontainers.image.title "OpenSanctions yente" -LABEL org.opencontainers.image.licenses MIT -LABEL org.opencontainers.image.source https://github.com/opensanctions/yente +LABEL org.opencontainers.image.title="OpenSanctions yente" +LABEL org.opencontainers.image.licenses="MIT" +LABEL org.opencontainers.image.source="https://github.com/opensanctions/yente" RUN apt-get -qq -y update \ && apt-get -y upgrade \