From f82ab9742016f8c78813d002c2456d990029dde1 Mon Sep 17 00:00:00 2001 From: Dummy Date: Thu, 8 Feb 2024 13:20:51 +0200 Subject: [PATCH] feat(OX-5153) update oxctl that do not require repo language flag --- images/Dockerfile.oxeye-scan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile.oxeye-scan b/images/Dockerfile.oxeye-scan index 127dbf4..f864047 100644 --- a/images/Dockerfile.oxeye-scan +++ b/images/Dockerfile.oxeye-scan @@ -8,7 +8,7 @@ RUN apk update && apk add --no-cache git openssh-client ARG GH_PERSONAL_ACCESS_TOKEN RUN git config --global --add url."https://${GH_PERSONAL_ACCESS_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/" -RUN git clone --depth 1 --branch v0.0.9 https://github.com/ox-eye/oxctl.git /app +RUN git clone --depth 1 --branch v0.0.10 https://github.com/ox-eye/oxctl.git /app WORKDIR /app RUN go build