Skip to content

Commit

Permalink
Update golang in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenmarten committed Mar 11, 2024
1 parent 9f5a8cc commit 976e305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21 AS builder
FROM golang:1.22.1 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 976e305

Please sign in to comment.