Skip to content

Commit

Permalink
update amf
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 25, 2024
1 parent 6b33588 commit d2fe861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

FROM golang:1.21 AS builder
ARG COMMIT=5cd14b2b9c7350710f03f39ae304c8db40dcf1b4
ARG COMMIT=72c93a38cb17930f87901c28f3eb51277ce55d39
RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install \
-ldflags="-X github.com/free5gc/util/version.VERSION=https://github.com/louisroyer-docker/free5gc -X github.com/free5gc/util/version.BUILD_TIME= -X github.com/free5gc/util/version.COMMIT_HASH=${COMMIT} -X github.com/free5gc/util/version.COMMIT_TIME=" \
github.com/free5gc/amf/cmd@${COMMIT}
Expand Down

0 comments on commit d2fe861

Please sign in to comment.