Skip to content

Commit

Permalink
bump go in dockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunKoyalwar committed Feb 14, 2024
1 parent 6a72fe6 commit 985b53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build
FROM golang:1.20.6-alpine AS build-env
FROM golang:1.21-alpine AS build-env
RUN apk add build-base
WORKDIR /app
COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ OPTIMIZATION:

# Installation

`subfinder` requires **go1.20** to install successfully. Run the following command to install the latest version:
`subfinder` requires **go1.21** to install successfully. Run the following command to install the latest version:

```sh
go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
Expand Down

0 comments on commit 985b53b

Please sign in to comment.