mirror of
https://github.com/projectdiscovery/subfinder
synced 2026-06-21 14:05:24 +00:00
chore(deps): bump alpine from 3.18.0 to 3.18.2
Bumps alpine from 3.18.0 to 3.18.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ RUN go mod download
|
||||
RUN go build ./cmd/subfinder
|
||||
|
||||
# Release
|
||||
FROM alpine:3.18.0
|
||||
FROM alpine:3.18.2
|
||||
RUN apk -U upgrade --no-cache \
|
||||
&& apk add --no-cache bind-tools ca-certificates
|
||||
COPY --from=build-env /app/v2/subfinder /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user