Skip to content

Commit be8774e

Browse files
committed
PCD-6220: get unifide OVN and OVS version for u22 and u24
1 parent 8cea8a9 commit be8774e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y -qq --no-install-recommends \
1111
&& rm -rf /var/lib/apt/lists/*
1212

1313
# Copy built packages from the build context
14-
COPY pkgs/u22/*.deb /tmp/pkgs/
14+
COPY pkgs/u24/*.deb /tmp/pkgs/
1515

1616
RUN apt-get update \
1717
&& dpkg -i /tmp/pkgs/*.deb || true \

0 commit comments

Comments
 (0)