From 059aaad3bb78c8c416daec99e35d2887926b929e Mon Sep 17 00:00:00 2001 From: GenkenWei <247910571@qq.com> Date: Mon, 24 Jun 2024 14:16:02 +0800 Subject: [PATCH] fix: update ubuntu base image version (#33927) related to #33945 FIX CVEs of milvus base image: LOW: 32, MEDIUM: 50, **Total FIX: 82** ![image](https://github.com/milvus-io/milvus/assets/27683687/020fbb73-9a1f-42cb-8224-a595179b3533) ![image](https://github.com/milvus-io/milvus/assets/27683687/fef403a5-c658-4ee6-baf4-ace3a0387799) Signed-off-by: weizhenkun Co-authored-by: weizhenkun --- build/docker/milvus/ubuntu20.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/milvus/ubuntu20.04/Dockerfile b/build/docker/milvus/ubuntu20.04/Dockerfile index 842a948466..670f89b3d2 100644 --- a/build/docker/milvus/ubuntu20.04/Dockerfile +++ b/build/docker/milvus/ubuntu20.04/Dockerfile @@ -9,7 +9,7 @@ # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express # or implied. See the License for the specific language governing permissions and limitations under the License. -FROM ubuntu:focal-20220426 +FROM ubuntu:focal-20240530 ARG TARGETARCH