Skip to content

Commit 66d4021

Browse files
docker(deps): bump golang from 1.23 to 1.25
Bumps golang from 1.23 to 1.25. --- updated-dependencies: - dependency-name: golang dependency-version: '1.25' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d296c6 commit 66d4021

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)