Skip to content

Commit

Permalink
ci(dockerfile): add label
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Sep 18, 2023
1 parent c22ecdf commit 48bc20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN go build -o /tmp/deadnews-template-go ./...

# Deploy the application binary into a lean image.
FROM gcr.io/distroless/static-debian12:latest@sha256:98e138282ba524ff4f5124fec603f82ee2331df4ba981d169b3ded8bcd83ca52 AS final
LABEL maintainer "DeadNews <aurczpbgr@mozmail.com>"

WORKDIR /
COPY --from=go-builder /tmp/deadnews-template-go /bin/deadnews-template-go
Expand Down

0 comments on commit 48bc20d

Please sign in to comment.