diff --git a/Dockerfile b/Dockerfile index 6a2a431..a7e162b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.24 AS build +FROM golang:1.25 AS build WORKDIR /go/src/github.com/linode/velero-plugin COPY go.mod go.sum ./ COPY velero-linode velero-linode