Skip to content

Commit

Permalink
Merge pull request #20 from Ostorlab/fix/build_go_1_19
Browse files Browse the repository at this point in the history
Fix build agent
  • Loading branch information
amine3 authored Jul 14, 2023
2 parents 2ea3a9f + 555b060 commit ca439f8
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
Expand Up @@ -5,7 +5,7 @@ WORKDIR /install
COPY requirement.txt /requirement.txt
RUN pip install --prefix=/install -r /requirement.txt

FROM golang:1.18-bullseye AS go-build-env
FROM golang:1.19-alpine AS go-build-env
RUN go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@latest

FROM base
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: dnsx # Agent name, must be unique by organisation to be published on the store.
version: 0.2.6
version: 0.2.7
image: images/cover.png
description: |
This repository is an implementation of [Ostorlab Agent](https://pypi.org/project/ostorlab/) for [dnsx](https://github.com/projectdiscovery/dnsx) DNS toolkitby by ProjectDiscovery.
Expand Down

0 comments on commit ca439f8

Please sign in to comment.