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:
dependabot[bot]
2023-06-19 14:56:40 +00:00
committed by GitHub
parent ec3d0ce2e0
commit 342a1e6f8d
+1 -1
View File
@@ -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/