Skip to content

Commit

Permalink
fix: bump to fedora:38 in dockerized tests, because 34 is missing
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Rogers <[email protected]>
  • Loading branch information
courtland authored and oshoval committed Oct 31, 2023
1 parent a4385e4 commit af2b20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docker-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:34-x86_64
FROM quay.io/fedora/fedora:38-x86_64

RUN dnf -y install make git sudo gcc rsync-daemon rsync openvswitch hostname && \
dnf -y clean all
Expand Down

0 comments on commit af2b20b

Please sign in to comment.