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"