diff --git a/Dockerfile b/Dockerfile index 439049a..20e5fe2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20 as BASE +FROM golang:1.21 as BASE WORKDIR /go/src/github.com/karlderkaefer/argocd-image-updater/ COPY go.mod . COPY go.sum .