From e694badff2f677827d2a03a184ca98c88d536df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:06:14 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.14 to 3.15.0 Bumps alpine from 3.14 to 3.15.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6b03a760..d16b9ec1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.17.3-alpine AS builder RUN apk add --no-cache git RUN go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest -FROM alpine:3.14 +FROM alpine:3.15.0 RUN apk -U upgrade --no-cache \ && apk add --no-cache bind-tools ca-certificates COPY --from=builder /go/bin/httpx /usr/local/bin/