Selaa lähdekoodia

bump go in dockerfile

Zach 1 vuosi sitten
vanhempi
commit
d0ba52e2be
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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