Skip to content

Commit

Permalink
fix: bump to fedora:38 in dockerized tests, because 34 is missing (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Rogers <[email protected]>
Co-authored-by: Nick Rogers <[email protected]>
  • Loading branch information
phoracek and courtland authored Oct 30, 2023
1 parent 6cb6ac9 commit 1b49644
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 1b49644

Please sign in to comment.