Update dockerfile to use debian stable

This commit is contained in:
Jeff Mitchell 2017-07-25 16:44:31 -04:00
parent 75c8c88c47
commit b0ce99d22f

View File

@ -1,6 +1,6 @@
# Adapted from tcnksm/dockerfile-gox -- thanks!
FROM debian:jessie
FROM debian:stable
RUN apt-get update -y && apt-get install --no-install-recommends -y -q \
curl \