diff --git a/Dockerfile b/Dockerfile index a8007a7..c7cee68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx -FROM --platform=$BUILDPLATFORM golang:1.24.6-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.3-alpine AS builder WORKDIR /app COPY --from=xx / / diff --git a/go.mod b/go.mod index 4a79158..c5efd14 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/kubedb -go 1.24.6 +go 1.25.3 require ( al.essio.dev/pkg/shellescape v1.6.0