Skip to content

Commit 521354d

Browse files
committed
updated the golang image to version 1.24.2
1 parent ad9a685 commit 521354d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS build
1+
FROM golang:1.24.2-alpine AS build
22
RUN apk --no-cache add git
33
WORKDIR /go/src/github.com/owasp-amass/amass
44
COPY . .

0 commit comments

Comments
 (0)