diff --git a/Dockerfile_fsd b/Dockerfile_fsd index 924ee84..98a874b 100644 --- a/Dockerfile_fsd +++ b/Dockerfile_fsd @@ -1,3 +1,5 @@ +LABEL org.opencontainers.image.source=https://github.com/renorris/openfsd + FROM golang:1.24 AS build WORKDIR /go/src/fsd diff --git a/Dockerfile_web b/Dockerfile_web index 83577c6..8d8c2a3 100644 --- a/Dockerfile_web +++ b/Dockerfile_web @@ -1,3 +1,5 @@ +LABEL org.opencontainers.image.source=https://github.com/renorris/openfsd + FROM golang:1.24 AS build WORKDIR /go/src/fsdweb