Skip to content

Commit

Permalink
fix golang and base image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jan 17, 2022
1 parent 9bb50e7 commit fa02cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GO_VERSION = 1.16
GO_VERSION = 1.17

REGISTRY = kubeovn
DEV_TAG = dev
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.9.0
FROM kubeovn/kube-ovn-base:v1.10.0

COPY *.sh /kube-ovn/
COPY kubectl-ko /kube-ovn/kubectl-ko
Expand Down

0 comments on commit fa02cb2

Please sign in to comment.