Error: http.http2readFrameHeader

I have updated from 1.0.1 to 1.1.1 and can’t start storagenode after that. This is what docker logs (I use Linux) gives me:
net/http.http2readFrameHeader(0xc00001cab8, 0x9, 0x9, 0x127b3e0, 0xc0001e2a20, 0x0, 0x0, 0xc0002520f0, 0x0)

/usr/local/go/src/net/http/h2_bundle.go:1477 +0x87

net/http.(*http2Framer).ReadFrame(0xc00001ca80, 0xc0002520f0, 0x0, 0x0, 0x0)

/usr/local/go/src/net/http/h2_bundle.go:1735 +0xa1

net/http.(*http2clientConnReadLoop).run(0xc0001ebfb8, 0x1, 0x0)

/usr/local/go/src/net/http/h2_bundle.go:8175 +0x8e

net/http.(*http2ClientConn).readLoop(0xc0001db980)

/usr/local/go/src/net/http/h2_bundle.go:8103 +0xa3

created by net/http.(*http2Transport).newClientConn

/usr/local/go/src/net/http/h2_bundle.go:7162 +0x62f



net.(*conn).Read(0xc000010b48, 0xc000206000, 0xe77, 0xe77, 0x0, 0x0, 0x0)

/usr/local/go/src/net/net.go:184 +0x68

crypto/tls.(*atLeastReader).Read(0xc000214e60, 0xc000206000, 0xe77, 0xe77, 0x1000000000000a0, 0x0, 0xc0001e9970)

/usr/local/go/src/crypto/tls/conn.go:780 +0x60

bytes.(*Buffer).ReadFrom(0xc0000ddad8, 0x127b5a0, 0xc000214e60, 0x40b705, 0xf90e40, 0x10b4720)

/usr/local/go/src/bytes/buffer.go:204 +0xb4

crypto/tls.(*Conn).readFromUntil(0xc0000dd880, 0x127c940, 0xc000010b48, 0x5, 0xc000010b48, 0x13)

/usr/local/go/src/crypto/tls/conn.go:802 +0xec

crypto/tls.(*Conn).readRecordOrCCS(0xc0000dd880, 0x0, 0x0, 0x0)

/usr/local/go/src/crypto/tls/conn.go:609 +0x124

crypto/tls.(*Conn).readRecord(...)

/usr/local/go/src/crypto/tls/conn.go:577

crypto/tls.(*Conn).Read(0xc0000dd880, 0xc000222000, 0x1000, 0x1000, 0x0, 0x0, 0x0)

/usr/local/go/src/crypto/tls/conn.go:1255 +0x161

bufio.(*Reader).Read(0xc0001b69c0, 0xc00001cab8, 0x9, 0x9, 0xc0001e9d10, 0x0, 0x7b6922)

/usr/local/go/src/bufio/bufio.go:226 +0x26a

io.ReadAtLeast(0x127b3e0, 0xc0001b69c0, 0xc00001cab8, 0x9, 0x9, 0x9, 0xc000066110, 0x0, 0x127b7e0)

/usr/local/go/src/io/io.go:310 +0x87

io.ReadFull(...)

/usr/local/go/src/io/io.go:329

net/http.http2readFrameHeader(0xc00001cab8, 0x9, 0x9, 0x127b3e0, 0xc0001b69c0, 0x0, 0x0, 0xc000433f80, 0x0)

/usr/local/go/src/net/http/h2_bundle.go:1477 +0x87

net/http.(*http2Framer).ReadFrame(0xc00001ca80, 0xc000433f80, 0x0, 0x0, 0x0)

/usr/local/go/src/net/http/h2_bundle.go:1735 +0xa1

net/http.(*http2clientConnReadLoop).run(0xc0001e9fb8, 0x1, 0x0)

/usr/local/go/src/net/http/h2_bundle.go:8175 +0x8e

net/http.(*http2ClientConn).readLoop(0xc000155680)

/usr/local/go/src/net/http/h2_bundle.go:8103 +0xa3

created by net/http.(*http2Transport).newClientConn

/usr/local/go/src/net/http/h2_bundle.go:7162 +0x62f

Try to remove the docker and install it by instruction: