From 88cb1e8437a05e7e6a4a415113c434f1e8368cdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:57:07 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20 --- sztp-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sztp-agent/Dockerfile b/sztp-agent/Dockerfile index 50c1d4d7..e33aabb3 100644 --- a/sztp-agent/Dockerfile +++ b/sztp-agent/Dockerfile @@ -15,7 +15,7 @@ COPY . . RUN go build -v -o /opi-sztp-agent && CGO_ENABLED=0 go test -v ./... # second stage to reduce image size -FROM alpine:3.18 +FROM alpine:3.20 RUN apk add --no-cache --no-check-certificate curl && rm -rf /var/cache/apk/*