Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 25, 2024
1 parent dba7a66 commit dd93679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv6/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=8e08623c306927353e9a3c30bed5acf8e2dbf531
ARG COMMIT=2d01fbd86ee8cfd29f6a68106f9902b41d83ce16
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 \;

Expand Down

0 comments on commit dd93679

Please sign in to comment.