Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 19, 2024
1 parent 226b6c1 commit daf5387
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=v0.0.11
ARG COMMIT=c3092ff619bf4ae7c09a2aea931a847ff6367332
RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install github.com/nextmn/srv6@${COMMIT} \
&& ln -s /go/pkg/mod/github.com/nextmn/srv6@${COMMIT} /configuration

Expand Down

0 comments on commit daf5387

Please sign in to comment.