From 3edc30a5117c17c03ad749dc29dc6612aed2236a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 07:49:43 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.19 to 3.20 (#252) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04af8045..c5053691 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ WORKDIR $GOPATH/src/amf COPY . . RUN make all -FROM alpine:3.19 as amf +FROM alpine:3.20 as amf LABEL description="Aether open source 5G Core Network" \ version="Stage 3"