Skip to content

Commit af2d31f

Browse files
authored
Merge pull request #48 from trailofbits/dependabot/docker/golang-1.25
docker(deps): bump golang from 1.23 to 1.25
2 parents 5d296c6 + 66d4021 commit af2d31f

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
@@ -3,7 +3,7 @@
33
###
44
### Medusa build process
55
###
6-
FROM golang:1.23 AS medusa
6+
FROM golang:1.25 AS medusa
77

88
WORKDIR /src
99
RUN git clone https://github.com/crytic/medusa.git

0 commit comments

Comments
 (0)