diff --git a/Dockerfile b/Dockerfile index 8479e565b5..d9a2409ee8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.21.3 # # IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying diff --git a/go-assets.sh b/go-assets.sh index baf65fb54e..02c62b081b 100755 --- a/go-assets.sh +++ b/go-assets.sh @@ -20,7 +20,7 @@ set -e # Creates the static go asset archives -GO_VER="1.21.0" +GO_VER="1.21.3" GARBLE_VER="1.21.0" SGN_VER="0.0.3"