Skip to content

Commit

Permalink
Merge branch 'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 28, 2024
2 parents fd3f81a + d4c26c7 commit 995857e
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=1105f6f8da21a2118fdce96784abd7a71e962b21
ARG COMMIT=v0.0.12
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 995857e

Please sign in to comment.