From 31f84461f5af875c781be37e65eb027f639d289d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 1 Jan 2021 21:51:53 +0200
Subject: [PATCH] Update base Docker image.

Use current stable release (Buster).
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index fc9ddb4..4158c09 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM buildpack-deps:stretch-scm as build
+FROM buildpack-deps:buster-scm as build
 ARG VERSION=1.0.5
 ENV DEBIAN_FRONTEND noninteractive
 # hadolint ignore=DL3008,DL3015
@@ -11,7 +11,7 @@ RUN apt-get update && \
     git clone https://github.com/robertdavidgraham/masscan.git --branch ${VERSION} && \
     make -jC masscan
 
-FROM debian:stretch-slim
+FROM debian:buster-slim
 ARG VERSION=1.0.5
 LABEL MASSCAN_VERSION=${VERSION}
 # hadolint ignore=DL3008
-- 
GitLab