diff --git a/latest.Dockerfile b/latest.Dockerfile
index cb6cb14688390cef3611a15a2cc629fc71b190e7..41f1420d81d382b19a02a1b4f927e0fa3961f5fe 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