add Dockerfile labels

This commit is contained in:
Reese Norris
2025-05-19 18:05:41 -07:00
parent 35dfc7d446
commit 4eb7c0f235
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
LABEL org.opencontainers.image.source=https://github.com/renorris/openfsd
FROM golang:1.24 AS build
WORKDIR /go/src/fsdweb