Skip to content

Commit

Permalink
Merge branch 'master' into TELCO-674-parametrize-tls-path
Browse files Browse the repository at this point in the history
  • Loading branch information
thakurajayL authored Jul 20, 2024
2 parents 82847a6 + 3f2abb6 commit 1afd144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#

FROM golang:1.22.4-bookworm AS builder
FROM golang:1.22.5-bookworm AS builder

LABEL maintainer="Aether SD-Core <[email protected]>"

Expand All @@ -26,7 +26,7 @@ WORKDIR $GOPATH/src/udm
COPY . .
RUN make all

FROM alpine:3.20 as udm
FROM alpine:3.20 AS udm

LABEL description="ONF open source 5G Core Network" \
version="Stage 3"
Expand Down

0 comments on commit 1afd144

Please sign in to comment.