Skip to content

Commit

Permalink
Merge pull request #559 from NikitaSkrynnik/update-dockerfile
Browse files Browse the repository at this point in the history
Update images in Dockerfile to fix CVEs
  • Loading branch information
denis-tingaikin authored Nov 17, 2023
2 parents 0c4cb95 + b5b2377 commit 1199502
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
@@ -1,4 +1,4 @@
FROM golang:1.20.5-buster as go
FROM golang:1.20.11 as go
ENV GO111MODULE=on
ENV CGO_ENABLED=0
ENV GOBIN=/bin
Expand Down
2 changes: 1 addition & 1 deletion suite_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func runSpire(ctx context.Context) <-chan error {
}
spireErrCh := spire.Start(
spire.WithContext(ctx),
spire.WithEntry("spiffe://example.org/nse-icmp-responder", "unix:path:/bin/nse-icmp-responder"),
spire.WithEntry("spiffe://example.org/nse-icmp-responder", "unix:path:/usr/bin/nse-icmp-responder"),
spire.WithEntry(fmt.Sprintf("spiffe://example.org/%s", filepath.Base(executable)),
fmt.Sprintf("unix:path:%s", executable),
),
Expand Down

0 comments on commit 1199502

Please sign in to comment.