Skip to content

Commit

Permalink
Merge pull request #1070 from projectdiscovery/dependabot/docker/dev/…
Browse files Browse the repository at this point in the history
…alpine-3.17.3

chore(deps): bump alpine from 3.17.2 to 3.17.3
  • Loading branch information
Mzack9999 authored Apr 5, 2023
2 parents 3f7bf08 + 295bd71 commit f0d2b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /app
RUN go mod download
RUN go build ./cmd/httpx

FROM alpine:3.17.2
FROM alpine:3.17.3
RUN apk -U upgrade --no-cache \
&& apk add --no-cache bind-tools ca-certificates
COPY --from=builder /app/httpx /usr/local/bin/
Expand Down

0 comments on commit f0d2b8f

Please sign in to comment.