Skip to content

Commit 140bc9d

Browse files
authored
Update Dockerfile
1 parent 2195deb commit 140bc9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM golang:1.22-alpine
2+
LABEL org.opencontainers.image.source="https://github.com/kriipke/console-api"
23
WORKDIR /app
34
COPY . .
45
RUN go mod download

0 commit comments

Comments
 (0)