Skip to content

Commit

Permalink
chore(deps): bump golang from 1.22.4-bookworm to 1.22.5-bookworm (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent b91f3dc commit 1aab524
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 @@ -28,7 +28,7 @@ RUN make all
WORKDIR $GOPATH/src/smf/upfadapter
RUN CGO_ENABLED=0 go build

FROM alpine:3.20 as smf
FROM alpine:3.20 AS smf

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

0 comments on commit 1aab524

Please sign in to comment.