Skip to content

Commit 92a10a4

Browse files
Merge pull request #334 from projectdiscovery/dependabot/docker/dev/alpine-3.21.3
2 parents b1f05fa + 0899414 commit 92a10a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . /app
77
RUN go mod download
88
RUN go build ./cmd/aix
99

10-
FROM alpine:3.21.2
10+
FROM alpine:3.21.3
1111
RUN apk -U upgrade --no-cache \
1212
&& apk add --no-cache bind-tools ca-certificates
1313
COPY --from=builder /app/aix /usr/local/bin/

0 commit comments

Comments
 (0)