Skip to content

Commit

Permalink
chore(deps): bump golang from 1.22.4-bookworm to 1.22.5-bookworm (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 20, 2024
1 parent db381fa commit 3f2abb6
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 3f2abb6

Please sign in to comment.