Update dockerfile to use debian stable

This commit is contained in:
Jeff Mitchell 2017-07-25 16:44:31 -04:00
parent 87bc982256
commit c18a4faeff
1 changed files with 1 additions and 1 deletions

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 \