Skip to content

Commit 7896fa2

Browse files
committed
fix(cloudendpoints): bump esp to 2.52.0
Changelog here: https://github.com/GoogleCloudPlatform/esp-v2/releases
1 parent 02e1217 commit 7896fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sgcloudendpoints/tools.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
// espVersion is the version of ESPv2 used for building images.
21-
const espVersion = "2.50.0"
21+
const espVersion = "2.52.0"
2222

2323
//go:embed Dockerfile
2424
var dockerfile []byte

0 commit comments

Comments
 (0)