From fd798e2dd3dbd13f5f8f802ff35e2f015003cec0 Mon Sep 17 00:00:00 2001
From: Olivier Benz <olivier.benz@b-data.ch>
Date: Mon, 12 Sep 2022 10:14:23 +0200
Subject: [PATCH] Update LABELs

---
 latest.Dockerfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/latest.Dockerfile b/latest.Dockerfile
index cb6cb14..41f1420 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -54,9 +54,10 @@ RUN cd /tmp \
 
 FROM alpine:3.16 as builder
 
-LABEL org.label-schema.license="MIT" \
-      org.label-schema.vcs-url="https://gitlab.b-data.ch/ghc/ghc4pandoc" \
-      maintainer="Olivier Benz <olivier.benz@b-data.ch>"
+LABEL org.opencontainers.image.licenses="MIT" \
+      org.opencontainers.image.source="https://gitlab.b-data.ch/ghc/ghc4pandoc" \
+      org.opencontainers.image.vendor="Olivier Benz" \
+      org.opencontainers.image.authors="Olivier Benz <olivier.benz@b-data.ch>"
 
 ARG GHC_VERSION_BUILD
 ARG CABAL_VERSION_BUILD
-- 
GitLab