mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-11-28 04:24:36 +03:00
Merge pull request #1497 from PeterDaveHello/DockerfileImprovement
Remove additional `-U` for `apk` in Dockerfile
This commit is contained in:
commit
58a3c14080
@ -8,7 +8,7 @@ RUN go mod download
|
||||
RUN go build ./cmd/httpx
|
||||
|
||||
FROM alpine:3.18.2
|
||||
RUN apk -U upgrade --no-cache \
|
||||
RUN apk upgrade --no-cache \
|
||||
&& apk add --no-cache bind-tools ca-certificates chromium
|
||||
COPY --from=builder /app/httpx /usr/local/bin/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user