diff --git a/Dockerfile b/Dockerfile
index cde5483158b480c6444c6748e7e28453703b19a8..ada4fc3d05b9f11a2f3094c62a9ff082f3a84d2b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-# Default to Go 1.17
-ARG GO_VERSION=1.17
+# Default to Go 1.20
+ARG GO_VERSION=1.20
 FROM golang:${GO_VERSION}-alpine as build
 
 # Necessary to run 'go get' and to compile the linked binary