diff --git a/Dockerfile b/Dockerfile index 22d6319..c2bd1fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ WORKDIR $GOPATH/src/nssf COPY . . RUN make all -FROM alpine:3.20 AS nssf +FROM alpine:3.21 AS nssf LABEL maintainer="Aether SD-Core " \ description="ONF open source 5G Core Network" \