Skip to content

Commit

Permalink
update base image to ubuntu:23.10 (#3289)
Browse files Browse the repository at this point in the history
Signed-off-by: 马洪贞 <hzma@alauda.io>
  • Loading branch information
hongzhen-ma committed Oct 10, 2023
1 parent b94667d commit 47c4d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/Dockerfile.base
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM ubuntu:22.04 as ovs-builder
FROM ubuntu:23.10 as ovs-builder

ARG ARCH
ARG DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -73,7 +73,7 @@ RUN mkdir /packages/ && \
cp /usr/src/ovn-*deb /packages && \
cd /packages && rm -f *source* *doc* *datapath* *docker* *vtep* *test* *dev*

FROM ubuntu:22.04
FROM ubuntu:23.10

ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y && apt install ca-certificates python3 hostname libunwind8 netbase \
Expand Down

0 comments on commit 47c4d72

Please sign in to comment.