Skip to content

Commit

Permalink
build(docker): update stage alias
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Sep 21, 2023
1 parent b718e3f commit bf55221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY go.mod go.sum cmd ./
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
FROM gcr.io/distroless/static-debian12@sha256:98e138282ba524ff4f5124fec603f82ee2331df4ba981d169b3ded8bcd83ca52 AS runtime
LABEL maintainer "DeadNews <aurczpbgr@mozmail.com>"

WORKDIR /
Expand Down

0 comments on commit bf55221

Please sign in to comment.