Skip to content

Commit

Permalink
security: update base ubuntu image
Browse files Browse the repository at this point in the history
(cherry picked from commit 2be1126)
  • Loading branch information
oilbeater committed Dec 7, 2021
1 parent b96b705 commit d412c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM ubuntu:21.04 as ovs-builder
FROM ubuntu:22.04 as ovs-builder

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

FROM ubuntu:21.04
FROM ubuntu:22.04

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

0 comments on commit d412c78

Please sign in to comment.