diff --git a/node-registrar/Dockerfile b/node-registrar/Dockerfile index 343fa2f5..5667298f 100644 --- a/node-registrar/Dockerfile +++ b/node-registrar/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN go build -o server ./cmds/registrar.go -FROM alpine:latest +FROM alpine:3.21 WORKDIR /root/