Skip to content

Commit

Permalink
Update smf
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 18, 2024
1 parent d4d4bf4 commit 5b9ccdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smf/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=v1.2.5
ARG COMMIT=43a8cbe38ffd4ce5aaf47b0605125a029cff23a5
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/smf/cmd@${COMMIT}
Expand Down

0 comments on commit 5b9ccdb

Please sign in to comment.