From 2d7b6325150a0d5e0ca76f2cd64a41249c6ac186 Mon Sep 17 00:00:00 2001 From: Louis Royer Date: Mon, 14 Oct 2024 10:33:26 +0200 Subject: [PATCH] Update --- srv6-ctrl/Dockerfile | 2 +- srv6/Dockerfile | 2 +- upf/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srv6-ctrl/Dockerfile b/srv6-ctrl/Dockerfile index 1b63b75..3e408db 100644 --- a/srv6-ctrl/Dockerfile +++ b/srv6-ctrl/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: MIT FROM golang:1.22 AS builder -ARG COMMIT=v0.0.10 +ARG COMMIT=v0.0.11 RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install github.com/nextmn/srv6-ctrl@${COMMIT} diff --git a/srv6/Dockerfile b/srv6/Dockerfile index 5e49c04..58fb161 100644 --- a/srv6/Dockerfile +++ b/srv6/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: MIT FROM golang:1.22 AS builder -ARG COMMIT=v0.0.16 +ARG COMMIT=v0.0.17 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 \; diff --git a/upf/Dockerfile b/upf/Dockerfile index 389832a..98eb3e1 100644 --- a/upf/Dockerfile +++ b/upf/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: MIT FROM golang:1.22 AS builder -ARG COMMIT=v0.0.11 +ARG COMMIT=v0.0.12 RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install github.com/nextmn/upf@${COMMIT}