Skip to content

Commit

Permalink
Merge pull request #18 from Ostorlab/fix/build
Browse files Browse the repository at this point in the history
Fix/build
  • Loading branch information
3asm authored Dec 26, 2022
2 parents e24cbd3 + c399068 commit d5d8ac4
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,4 +1,4 @@
FROM golang:1.16-alpine as amass_build
FROM golang:1.18-alpine as amass_build
RUN apk --no-cache add git
RUN git clone --depth 1 https://github.com/OWASP/Amass.git /opt/amass \
&& cd /opt/amass \
Expand Down
2 changes: 1 addition & 1 deletion ostorlab.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kind: Agent
name: amass
version: 0.2.3
version: 0.2.4
image: images/cover.png
description: |
_Amass performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.._
Expand Down

0 comments on commit d5d8ac4

Please sign in to comment.