From 03a1270774d748377f67b22981ee7bfe248dc33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 15:00:56 +0000 Subject: [PATCH] Bump python from 3.8-alpine3.12 to 3.9-alpine3.12 Bumps python from 3.8-alpine3.12 to 3.9-alpine3.12. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c5483e2b..b6ab3d07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine3.12 as builder +FROM python:3.9-alpine3.12 as builder RUN apk add --no-cache build-base curl-dev @@ -9,7 +9,7 @@ WORKDIR wfuzz/ RUN python setup.py install -FROM python:3.8-alpine3.12 +FROM python:3.9-alpine3.12 RUN apk add --no-cache curl-dev