Skip to content

Commit

Permalink
improve go version, to fix security issue. (#656)
Browse files Browse the repository at this point in the history
Signed-off-by: John <[email protected]>
  • Loading branch information
johnzheng1975 authored Aug 1, 2024
1 parent 321e333 commit 30a4ce1
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.22.4@sha256:969349b8121a56d51c74f4c273ab974c15b3a8ae246a5cffc1df7d28b66cf978 AS build
FROM golang:1.22.5@sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf AS build
WORKDIR /ratelimit

ENV GOPROXY=https://proxy.golang.org
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/envoyproxy/ratelimit

go 1.21.5
go 1.21.11

require (
github.com/DataDog/datadog-go/v5 v5.5.0
Expand Down

0 comments on commit 30a4ce1

Please sign in to comment.