diff --git a/Dockerfile b/Dockerfile index 4935973..4177eb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.25-bookworm AS build +FROM --platform=$BUILDPLATFORM golang:1.25.7-bookworm AS build ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index baa0ed0..5e6602b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/vmware-tanzu/velero-plugin-for-gcp -go 1.25.0 +go 1.25.7 require ( cloud.google.com/go/storage v1.55.0