Updating to Debian 9 (#9488)

I'm finding more binaries that require libraries that Debian Jessie just does not have (such as modern versions of glibc). Ticking the debian here up to 9.
This commit is contained in:
bannsec 2018-02-24 02:37:10 -05:00 committed by radare
parent 184d2ccb5c
commit 89775276a2

View file

@ -28,8 +28,8 @@
# $ r2 -d /bin/true
#
# Using debian 8 as base image.
FROM debian:8
# Using debian 9 as base image.
FROM debian:9
# Label base
LABEL r2docker latest