Skip to content

Commit

Permalink
Merging f675106 into trunk-temp/pr-2023/3fff87aa-5257-4304-8889-73c53…
Browse files Browse the repository at this point in the history
…3e79faa
  • Loading branch information
trunk-io[bot] committed Sep 22, 2024
2 parents 7142a4e + f675106 commit 511dc52
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 @@ -24,7 +24,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o /go/bin/app -ldflags "-X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=warn" ./cmd/api-server

# Run
FROM gcr.io/distroless/static:nonroot@sha256:42d15c647a762d3ce3a67eab394220f5268915d6ddba9006871e16e4698c3a24
FROM gcr.io/distroless/static:nonroot@sha256:dcd3f1f09adef5689088c9c4d96a8d98c889d8281d3946145074f89eafe7e1af

COPY --from=build /go/bin/app .

Expand Down

0 comments on commit 511dc52

Please sign in to comment.