Skip to content

Commit

Permalink
chore(deps): bump golang from 1.22.4-bookworm to 1.22.5-bookworm (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 20, 2024
1 parent ac96c3f commit b3a35b8
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 @@ -25,7 +25,7 @@ WORKDIR $GOPATH/src/udr
COPY . .
RUN make all

FROM alpine:3.20 as udr
FROM alpine:3.20 AS udr

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

0 comments on commit b3a35b8

Please sign in to comment.