Skip to content

Commit

Permalink
Merge pull request #83 from Ostorlab/fix/agent_ubuntu_base_image
Browse files Browse the repository at this point in the history
Pin the ubuntu base image.
  • Loading branch information
3asm authored May 14, 2024
2 parents 1bc30bf + f08ee7d commit a9429bd
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 ubuntu:latest as base
FROM ubuntu:22.04 as base

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y software-properties-common \
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: nuclei
version: 1.0.0
version: 1.0.1
image: images/logo.png
description: |
This repository is an implementation of [Ostorlab Agent](https://pypi.org/project/ostorlab/) for the [Nuclei Scanner](https://github.com/projectdiscovery/nuclei) by Project Discovery.
Expand Down

0 comments on commit a9429bd

Please sign in to comment.