Skip to content

Commit

Permalink
Merge pull request #110 from projectdiscovery/dependabot/docker/dev/a…
Browse files Browse the repository at this point in the history
…lpine-3.15.4

chore(deps): bump alpine from 3.15.3 to 3.15.4
  • Loading branch information
ehsandeep authored Apr 5, 2022
2 parents f70f2e7 + 526b018 commit 1f8471b
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 @@ -4,7 +4,7 @@ FROM golang:1.18.0-alpine AS builder
RUN apk add --no-cache git
RUN go install -v github.com/projectdiscovery/proxify/cmd/proxify@latest

FROM alpine:3.15.3
FROM alpine:3.15.4
RUN apk -U upgrade --no-cache \
&& apk add --no-cache bind-tools ca-certificates
COPY --from=builder /go/bin/proxify /usr/local/bin/
Expand Down

0 comments on commit 1f8471b

Please sign in to comment.