Merge pull request #71 from Morph1984/boost

linux-fresh: Use boost 1.79.0 instead
This commit is contained in:
liamwhite 2023-03-25 16:06:45 -04:00 committed by GitHub
commit 16761c5017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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