Skip to content

Commit

Permalink
Merge pull request #237 from hashicorp/zalimeni/net-4904-bump-envoy-g…
Browse files Browse the repository at this point in the history
…o-docker-1.0.x

[NET-4904] security: update Envoy to 1.24.10
  • Loading branch information
zalimeni authored Aug 11, 2023
2 parents d415e20 + 8735e32 commit d2493b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/237.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
Update to Go 1.20.7 and Envoy 1.24.10 within the Dockerfile.
```
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

# envoy-binary pulls in the latest Envoy binary, as Envoy don't publish
# prebuilt binaries in any other form.
FROM envoyproxy/envoy-distroless:v1.24.7 as envoy-binary
FROM envoyproxy/envoy-distroless:v1.24.10 as envoy-binary

# go-discover builds the discover binary (which we don't currently publish
# either).
FROM golang:1.20.4-alpine as go-discover
FROM golang:1.20.7-alpine as go-discover
RUN CGO_ENABLED=0 go install github.com/hashicorp/go-discover/cmd/discover@214571b6a5309addf3db7775f4ee8cf4d264fd5f

# Pull in dumb-init from alpine, as our distroless release image doesn't have a
Expand Down

0 comments on commit d2493b7

Please sign in to comment.