Skip to content

Commit

Permalink
bump base images
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Feb 28, 2023
1 parent 064df25 commit af25e6a
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
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.11.1
FROM kubeovn/kube-ovn-base:v1.11.2

COPY *.sh /kube-ovn/
COPY kubectl-ko /kube-ovn/kubectl-ko
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.no-avx512
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.11.1-no-avx512
FROM kubeovn/kube-ovn-base:v1.11.2-no-avx512

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

0 comments on commit af25e6a

Please sign in to comment.