diff --git a/Dockerfile b/Dockerfile index 510eaa2..77132b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.2-alpine +FROM golang:1.26.3-alpine RUN apk update && \ apk --no-cache add binutils