瀏覽代碼

Bump golang verion used in docker build to match version specified in go.mod (#1551)

Signed-off-by: Jannik Hollenbach <jannik.hollenbach@owasp.org>
Jannik Hollenbach 1 年之前
父節點
當前提交
445abe356b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.21 AS build
+FROM golang:1.22 AS build
 WORKDIR /go/src/github.com/zricethezav/gitleaks
 COPY . .
 RUN VERSION=$(git describe --tags --abbrev=0) && \