mirror of
https://github.com/morten-olsen/homelab-nuclei-operator.git
synced 2026-02-08 02:16:23 +01:00
Compare commits
1 Commits
v0.2.3
...
use-prebui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c3f7f3869 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
@@ -27,7 +27,7 @@ FROM alpine:3.19 AS final
|
||||
# Build arguments for nuclei version and architecture
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
ARG NUCLEI_VERSION=3.6.0
|
||||
ARG NUCLEI_VERSION=3.3.7
|
||||
|
||||
# Install ca-certificates for HTTPS requests, curl for downloading, and create non-root user
|
||||
RUN apk --no-cache add ca-certificates tzdata curl unzip && \
|
||||
|
||||
Reference in New Issue
Block a user