Skip to content

Commit

Permalink
fix golang version 1.23 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd authored Nov 14, 2024
1 parent 4e64984 commit aa9a958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/kubehound/binary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 AS build-stage
FROM golang:1.23 AS build-stage

COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit aa9a958

Please sign in to comment.