Skip to content

Commit

Permalink
fix license file name
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Mar 17, 2023
1 parent c771568 commit ccfdda6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -a -ldflags='-s -w
FROM gcr.io/distroless/static-debian11
COPY --from=builder /go/bin/integrationcli /
COPY LICENSE.txt /
COPY third-party-licenses.md /
COPY third-party-licenses.txt /
CMD ["/integrationcli"]
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -a -ldflags='-s -w
FROM google/cloud-sdk:alpine
COPY --from=builder /go/bin/integrationcli /tmp
COPY LICENSE.txt /
COPY third-party-licenses.md /
COPY third-party-licenses.txt /
RUN apk --update add jq

0 comments on commit ccfdda6

Please sign in to comment.