From c38aa7877740eaab7afe6e401c46100d9603f847 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 4 Nov 2016 14:50:40 -0700 Subject: [PATCH] mingw: Base docker container on Fedora 24. --- mingw/Dockerfile | 2 +- mingw/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw/Dockerfile b/mingw/Dockerfile index 03c8622..2248fbe 100644 --- a/mingw/Dockerfile +++ b/mingw/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:23 +FROM fedora:24 MAINTAINER opus@xiph.org # Linux build. diff --git a/mingw/Makefile b/mingw/Makefile index 3a65a9a..5daf027 100644 --- a/mingw/Makefile +++ b/mingw/Makefile @@ -88,7 +88,7 @@ ssl_BUILD: $(ssl_DIR) # CROSS_COMPILE="i686-w64-mingw32-" ./Configure mingw no-asm no-shared --prefix=$PWD/mingw && make depend && make -j8 && make install # Package the binaries. -DIST := opusfile-0.7rc-f22docker-win32 +DIST := opusfile-0.8-f24docker-win32 package: $(DIST).zip $(DIST).zip: $(DIST) -- GitLab