Skip to content

Commit

Permalink
Update upf to v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 18, 2024
1 parent 40ea275 commit 572015c
Showing 1 changed file with 1 addition and 1 deletion.
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.9
ARG COMMIT=v0.0.10
RUN : ${COMMIT:? Missing build-arg COMMIT.} && go install github.com/nextmn/upf@${COMMIT}


Expand Down

0 comments on commit 572015c

Please sign in to comment.