diff --git a/Dockerfile b/Dockerfile index 7f290b6..5ddc812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.25 AS builder +FROM golang:1.26 AS builder ARG TARGETOS ARG TARGETARCH ARG BUILD_VERSION=Unknown diff --git a/go.mod b/go.mod index 4da5af2..0c682e6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/project-codeflare/appwrapper -go 1.25.0 +go 1.26.0 require ( github.com/distribution/reference v0.6.0