From cf0bd9aa84b786b12cf6c1d0adec8526cda68ab6 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 13 Aug 2022 13:57:17 +0200 Subject: [PATCH] Container source repo label --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5856339..af5cf59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:18-alpine3.15 +LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasoned RUN apk update && apk add curl