Skip to content

Commit

Permalink
Merge pull request #62 from projectdiscovery/dependabot/docker/golang…
Browse files Browse the repository at this point in the history
…-1.17.2-alpine

chore(deps): bump golang from 1.14-alpine to 1.17.2-alpine
  • Loading branch information
Mzack9999 authored Oct 12, 2021
2 parents 826c143 + 95130db commit eec58e2
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.14-alpine AS builder
FROM golang:1.17.2-alpine AS builder

RUN apk add --no-cache git
RUN GO111MODULE=on go get -v github.com/projectdiscovery/proxify/cmd/proxify
Expand Down

0 comments on commit eec58e2

Please sign in to comment.