Compare commits

...

1 Commits

Author SHA1 Message Date
817dcbd228 Update Dockerfile 2024-07-09 15:42:35 +02:00

View File

@ -1,5 +1,5 @@
# Build the manager binary # Build the manager binary
FROM golang:1.19 as builder FROM golang:1.21 as builder
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH