diff --git a/Dockerfile b/Dockerfile index 285de0e..892ae16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN CGO_ENABLED=0 go build -ldflags="-w -s" -o agent_sd github.com/netdata/sd/cmd/sd -FROM alpine:3.16.0 +FROM alpine:3.16.1 COPY --from=builder /app/agent_sd /app/