Skip to content

Commit

Permalink
Merge pull request #9 from kubeslice/hotfix-vuln
Browse files Browse the repository at this point in the history
fix(): vulnerabilities from trivy scan
  • Loading branch information
mridulgain authored Jul 31, 2024
2 parents f952df9 + 0e010bd commit b3f4787
Show file tree
Hide file tree
Showing 1,037 changed files with 461,529 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#limitations under the License.
##########################################################

FROM amd64/golang:1.21.0-alpine3.17 as gobuilder
FROM amd64/golang:1.22.5-alpine3.20 AS gobuilder

# Install git.

Expand All @@ -40,7 +40,7 @@ RUN go mod download &&\

# Build reduced image from base alpine

FROM amd64/alpine:3.15
FROM amd64/alpine:3.20.1

# tc - is needed for traffic control and shaping on the sidecar. it is part of the iproute2

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubeslice/slicegw-edge

go 1.21
go 1.22.5

require (
github.com/coreos/go-iptables v0.7.0
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/BurntSushi/toml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/BurntSushi/toml/COPYING

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

211 changes: 211 additions & 0 deletions vendor/github.com/BurntSushi/toml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3f4787

Please sign in to comment.