mirror of https://github.com/milvus-io/milvus.git
fix: update ubuntu base image version (#33944)
related to #33945 FIX CVEs of milvus base image: MEDIUM: 8, **Total FIX: 8** for master branch  Signed-off-by: weizhenkun <zhenkun.wei@qq.com> Co-authored-by: weizhenkun <zhenkun.wei@qq.com>pull/34092/head
parent
aa36f9feed
commit
a1248a19f8
|
@ -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-20240427
|
||||
FROM ubuntu:focal-20240530
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
|
|
Loading…
Reference in New Issue