dockerfile update

merge-requests/2/head
Lauren Liberda 2021-09-03 21:47:27 +02:00
parent 7846f5a271
commit cc5d052716
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.12
FROM alpine:3.14
RUN apk update \
&& apk add coreutils grep nmap-ncat socat jq bash file curl
&& apk add sed xxd grep findutils file nmap-ncat socat jq bash file curl
WORKDIR /app
COPY . .