diff --git a/.tool_version b/.tool_version index bfbadb3..bc58404 100644 --- a/.tool_version +++ b/.tool_version @@ -1 +1 @@ -1.23.0 \ No newline at end of file +1.26.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index bb76717..18f1c95 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG OPENGREP_VERSION=v1.23.0 +ARG OPENGREP_VERSION=v1.26.0 # Build codacy-opengrep wrapper FROM golang:1.23-alpine3.21 AS builder