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:
parent
184d2ccb5c
commit
89775276a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue