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