diff --git a/Dockerfile b/Dockerfile
index a1b951231239acd474f20ef610f4f11e6885f7bc..e7ab3048ed44cdd0d1714b01481c8c759b34ecd9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ RUN apk --update add git && \
     rm -rf /var/cache/apk/* && \
     /usr/local/go/bin/go get github.com/spelufo/on-change
 
-FROM debian:stretch-slim
+FROM debian:buster-slim
 COPY --from=on-change /go/bin/on-change /usr/local/bin
 RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \