Skip to content

Commit e238570

Browse files
committed
docker: use go1.16.3
1 parent 62b907e commit e238570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# All rights reserved. Use of this source code is governed
33
# by a GPLv3 license that can be found in the LICENSE file.
44

5-
FROM golang:1.15.6
5+
FROM golang:1.16.3
66
WORKDIR /app
77
ADD . /app
88
# required for runtime/cgo

0 commit comments

Comments
 (0)