Skip to content

Commit

Permalink
Merge pull request projectdiscovery#99 from projectdiscovery/dependab…
Browse files Browse the repository at this point in the history
…ot/docker/dev/golang-1.17.8-alpine

chore(deps): bump golang from 1.17.7-alpine to 1.17.8-alpine
  • Loading branch information
Mzack9999 authored Mar 10, 2022
2 parents cf6d131 + 62d4f5d commit 6d4fb5e
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
@@ -1,5 +1,5 @@
# Base
FROM golang:1.17.7-alpine AS builder
FROM golang:1.17.8-alpine AS builder

RUN apk add --no-cache git
RUN go install -v github.com/projectdiscovery/proxify/cmd/proxify@latest
Expand Down

0 comments on commit 6d4fb5e

Please sign in to comment.