Update auf Buster

This commit is contained in:
Andreas Steinel 2020-05-10 09:54:48 +02:00
parent e892c0bbb3
commit 0a5926183e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
RUN apt-get update -qq && \
DEBIAN_FRONTEND=noninteractive apt-get install -qq make dpkg-dev debhelper lintian && \