From 3d7060502ae0b7514f025836289f1fd5d63b7e05 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Thu, 4 Aug 2022 14:01:34 +0300 Subject: [PATCH] bump alpine to v3.16.1 (#47) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/