From eaff6db427159ce895764a18e77b1dc9cd7a601c Mon Sep 17 00:00:00 2001 From: Vikas Date: Sun, 30 Jun 2024 13:31:01 +0530 Subject: [PATCH] Add image source to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d85eaf6..980d108 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM golang:1.22-alpine3.19 AS builder +LABEL org.opencontainers.image.source="https://github.com/v1k45/pastepass" # go mod cache layer WORKDIR /src