Skip to content

Commit

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

chore(deps): bump alpine from 3.16.0 to 3.16.1
  • Loading branch information
ehsandeep authored Jul 20, 2022
2 parents a248b13 + 84a7c0f commit 20900bb
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.4-alpine AS builder
RUN apk add --no-cache git
RUN go install -v github.com/projectdiscovery/proxify/cmd/proxify@latest

FROM alpine:3.16.0
FROM alpine:3.16.1
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 20900bb

Please sign in to comment.