Skip to content

Commit

Permalink
use latest base image
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Oct 9, 2022
1 parent 2a1074e commit 3f83695
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.5
FROM kubeovn/kube-ovn-base:v1.10.6

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.0-no-avx512
FROM kubeovn/kube-ovn-base:v1.10.6-no-avx512

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

0 comments on commit 3f83695

Please sign in to comment.