diff --git a/Dockerfile b/Dockerfile index 1b09fb6..a8eb424 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ### ### Medusa build process ### -FROM golang:1.25 AS medusa +FROM golang:1.27 AS medusa WORKDIR /src RUN git clone https://github.com/crytic/medusa.git