Skip to content

Commit

Permalink
use the latest base image
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Nov 17, 2022
1 parent 97494c7 commit 70240ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10.6
FROM kubeovn/kube-ovn-base:v1.10.7

COPY *.sh /kube-ovn/
COPY kubectl-ko /kube-ovn/kubectl-ko
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.no-avx512
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.10.6-no-avx512
FROM kubeovn/kube-ovn-base:v1.10.7-no-avx512

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

0 comments on commit 70240ff

Please sign in to comment.