From af31bf06036a352ad755d7e8ff29da10d5cfede2 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Sat, 25 Mar 2023 13:30:21 -0400 Subject: [PATCH] linux-fresh: Use boost 1.79.0 instead Initial testing has uncovered that boost 1.81.0 may have been the source of some issues, reverting this for now. --- linux-fresh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 67ce709..113312a 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 LABEL maintainer="yuzu" -ENV BOOST_VER=1_81_0 +ENV BOOST_VER=1_79_0 ENV CLANG_VER=14 ENV CMAKE_VER=3.22.6 ENV DEBIAN_FRONTEND=noninteractive