From 4592e218861c8bdacd26e79596496539c228f998 Mon Sep 17 00:00:00 2001 From: Ani Date: Wed, 22 Dec 2021 05:36:23 +0000 Subject: [PATCH] SDL2: Update to 2.0.18 --- bionic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bionic/Dockerfile b/bionic/Dockerfile index ae7b2e2..1c671fd 100644 --- a/bionic/Dockerfile +++ b/bionic/Dockerfile @@ -89,7 +89,7 @@ RUN \ rm -r ./Vulkan-Loader* # We need to build a custom version of SDL2 as well -ENV SDL2VER=2.0.16 +ENV SDL2VER=2.0.18 RUN \ curl -sSfL -o SDL2.tar.gz https://www.libsdl.org/release/SDL2-${SDL2VER}.tar.gz && \ tar -xf SDL2.tar.gz && \