From cc6f3e5d1d7f95c13cebc32a8aafcc954ccbdb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:06:07 +0000 Subject: [PATCH] Bump alpine from 3.20 to 3.21 (#105) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41c5ff1..3b944bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR $GOPATH/src/metricfunc COPY . . RUN make all -FROM alpine:3.20 AS metricfunc +FROM alpine:3.21 AS metricfunc LABEL maintainer="Aether SD-Core " \ description="Aether open source 5G Core Network" \