Buster is released, so switch off testing for Dockerfile

This commit is contained in:
Jeff Mitchell
2019-07-09 03:51:05 -04:00
parent b466c93c98
commit 450736c3d1

View File

@@ -1,4 +1,4 @@
FROM debian:testing
FROM debian:buster
RUN apt-get update -y && apt-get install --no-install-recommends -y -q \
curl \