Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 2487a4e

Browse files
adding go:1.16.2 docker image for VC
Signed-off-by: Chris Hein <[email protected]>
1 parent e1d52c6 commit 2487a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualcluster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Build the manager binary
18-
FROM golang:1.12 as builder
18+
FROM golang:1.16.2 as builder
1919

2020
ENV GO111MODULE=on
2121

0 commit comments

Comments
 (0)