Skip to content
Snippets Groups Projects
Commit 31f84461 authored by nimrod's avatar nimrod
Browse files

Update base Docker image.

Use current stable release (Buster).
parent 89c79bd8
No related branches found
No related tags found
No related merge requests found
Pipeline #331 passed
FROM buildpack-deps:stretch-scm as build FROM buildpack-deps:buster-scm as build
ARG VERSION=1.0.5 ARG VERSION=1.0.5
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
# hadolint ignore=DL3008,DL3015 # hadolint ignore=DL3008,DL3015
...@@ -11,7 +11,7 @@ RUN apt-get update && \ ...@@ -11,7 +11,7 @@ RUN apt-get update && \
git clone https://github.com/robertdavidgraham/masscan.git --branch ${VERSION} && \ git clone https://github.com/robertdavidgraham/masscan.git --branch ${VERSION} && \
make -jC masscan make -jC masscan
FROM debian:stretch-slim FROM debian:buster-slim
ARG VERSION=1.0.5 ARG VERSION=1.0.5
LABEL MASSCAN_VERSION=${VERSION} LABEL MASSCAN_VERSION=${VERSION}
# hadolint ignore=DL3008 # hadolint ignore=DL3008
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment