diff --git a/Dockerfile b/Dockerfile index 903fbdb1fe..edc2c0a9d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.5 +FROM golang:1.20.7 # # IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying diff --git a/go-assets.sh b/go-assets.sh index b4f7af300f..1f693f3211 100755 --- a/go-assets.sh +++ b/go-assets.sh @@ -20,8 +20,8 @@ set -e # Creates the static go asset archives -GO_VER="1.20.5" -GARBLE_VER="1.20.5" +GO_VER="1.20.7" +GARBLE_VER="1.20.7" SGN_VER="0.0.3" BLOAT_FILES="AUTHORS CONTRIBUTORS PATENTS VERSION favicon.ico robots.txt SECURITY.md CONTRIBUTING.md LICENSE README.md ./doc ./test ./api ./misc"