diff --git a/Dockerfile b/Dockerfile index b00d22c..ce12e5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.4-alpine AS builder +FROM golang:1.27.0-alpine AS builder WORKDIR /src diff --git a/go.mod b/go.mod index 6348d70..f5936da 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module scratchbox -go 1.25.4 +go 1.27.0 require ( github.com/spf13/cobra v1.10.1