Add image source to dockerfile

This commit is contained in:
Vikas
2024-06-30 13:31:01 +05:30
parent dc2ce21fef
commit eaff6db427

View File

@@ -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