diff --git a/Dockerfile b/Dockerfile index 3df715e..5e6aa1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.0-alpine +FROM golang:1.26.1-alpine RUN apk update && \ apk --no-cache add binutils