diff --git a/Dockerfile b/Dockerfile index 7955da62..a2d495dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN make build # Production stage -FROM alpine:3.22.1 +FROM alpine:3.22.2 # Needed to download genesis.json RUN apk add --no-cache curl jq