HDDS-6023. Cannot rebuild ozone-runner due to undefined: os.ErrDeadlineExceeded (#8)

diff --git a/Dockerfile b/Dockerfile
index 2e99d89..3bcad0e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM golang:1.14.2-buster
+FROM golang:1.17.3-buster
 RUN GO111MODULE=off go get -u github.com/rexray/gocsi/csc
 
 FROM centos:7.6.1810