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

Commit f535029

Browse files
authored
Merge pull request #88 from christopherhein/new-golang-version
🌱 [VC] Adding go:1.16.2 docker image for VC
2 parents e1d52c6 + 2487a4e commit f535029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualcluster/Dockerfile

+1-1
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)