We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2195deb commit 140bc9dCopy full SHA for 140bc9d
Dockerfile
@@ -1,4 +1,5 @@
1
FROM golang:1.22-alpine
2
+LABEL org.opencontainers.image.source="https://github.com/kriipke/console-api"
3
WORKDIR /app
4
COPY . .
5
RUN go mod download
0 commit comments