diff --git a/srv6/Dockerfile b/srv6/Dockerfile index 9b86f74..70bf212 100644 --- a/srv6/Dockerfile +++ b/srv6/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: MIT FROM golang:1.21 AS builder -ARG COMMIT=5818c1b79e1afb12c1d9efafbf431b696debfdb2 +ARG COMMIT=5c57bb2d1b8505b0ef3cd89a7b170b57f92f8b22 RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install github.com/nextmn/srv6@${COMMIT} \ && find /go/pkg/mod/github.com/nextmn -iname 'srv6@*' -type d -exec ln -s {} /configuration \;