mirror of https://github.com/milvus-io/milvus.git
fix: remove date in the end of ubuntu base image version (#33073)
CVE issues https://github.com/milvus-io/milvus/issues/31997 This PR will fix **32** LOW and **42** MEDIUM CVEs **ubuntu:focal-20220426 (ubuntu 20.04)** Total: 99 (UNKNOWN: 0, LOW: 55, MEDIUM: 44, HIGH: 0, CRITICAL: 0) **ubuntu:focal (ubuntu 20.04)** Total: 25 (UNKNOWN: 0, LOW: 23, MEDIUM: 2, HIGH: 0, CRITICAL: 0) ![image](https://github.com/milvus-io/milvus/assets/27683687/49719035-8e28-498a-b00d-9c862d531c19) ![image](https://github.com/milvus-io/milvus/assets/27683687/7efc76c0-d333-4569-9455-4aa1a1aa3619) --------- Signed-off-by: weizhenkun <zhenkun.wei@qq.com> Co-authored-by: weizhenkun <zhenkun.wei@qq.com>pull/33596/head^2
parent
ac4f3997ce
commit
516f39b616
|
@ -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-20240427
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
|
|
Loading…
Reference in New Issue