Skip to content

Commit

Permalink
Update cp-lite@v0.0.4 srv6-ctrl@v0.0.20 upf@v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jan 13, 2025
1 parent b290dc6 commit 8fe0ed1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cp-lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

FROM golang:1.22 AS builder
ARG COMMIT=v0.0.3
ARG COMMIT=v0.0.4
RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install github.com/nextmn/cp-lite@${COMMIT}


Expand Down
2 changes: 1 addition & 1 deletion srv6-ctrl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

FROM golang:1.22 AS builder
ARG COMMIT=v0.0.19
ARG COMMIT=v0.0.20
RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install github.com/nextmn/srv6-ctrl@${COMMIT}


Expand Down
2 changes: 1 addition & 1 deletion upf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

FROM golang:1.22 AS builder
ARG COMMIT=v0.0.12
ARG COMMIT=v0.0.13
RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install github.com/nextmn/upf@${COMMIT}


Expand Down

0 comments on commit 8fe0ed1

Please sign in to comment.