Skip to content

Commit

Permalink
Bump golang verion used in docker build to match version specified in…
Browse files Browse the repository at this point in the history
… go.mod

Signed-off-by: Jannik Hollenbach <[email protected]>
  • Loading branch information
J12934 committed Oct 6, 2024
1 parent 1a2f656 commit e773027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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) && \
Expand Down

0 comments on commit e773027

Please sign in to comment.