Skip to content

Commit

Permalink
Merge pull request #186 from projectdiscovery/dependabot/docker/dev/a…
Browse files Browse the repository at this point in the history
…lpine-3.18.0

chore(deps): bump alpine from 3.17.2 to 3.18.0
  • Loading branch information
ehsandeep committed May 18, 2023
2 parents 28db553 + 19d768d commit 91a3d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN go mod download
RUN go build ./cmd/mapcidr

# Release
FROM alpine:3.17.2
FROM alpine:3.18.0
RUN apk -U upgrade --no-cache \
&& apk add --no-cache bind-tools ca-certificates
COPY --from=builder /app/mapcidr /usr/local/bin/
Expand Down

0 comments on commit 91a3d15

Please sign in to comment.