Skip to content

Commit

Permalink
Merge pull request #2425 from lebauce/bump-docker-base-image
Browse files Browse the repository at this point in the history
Bump base image from ubuntu 20.04 to 22.04
  • Loading branch information
lebauce authored Mar 28, 2024
2 parents 6c12f4b + c016ed0 commit 003f71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as builder
FROM ubuntu:22.04 as builder
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update \
&& apt-get -y install build-essential git-core golang npm openvswitch-common libpcap0.8 libpcap0.8-dev libxml2-dev protobuf-compiler libprotobuf-dev libvirt-dev \
Expand All @@ -8,7 +8,7 @@ COPY . .
ARG GOPATH=/go
RUN make build

FROM ubuntu:20.04 as skydive
FROM ubuntu:22.04 as skydive
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update \
&& apt-get -y install golang npm openvswitch-common libpcap0.8 libvirt0 \
Expand Down

0 comments on commit 003f71f

Please sign in to comment.