diff --git a/Dockerfile b/Dockerfile index c0971b289..2d112934d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ # This stage builds the Spanner migration tool binary using its source code. # Add golang as the base image for the build stage. -FROM golang:1.26.3 AS build +FROM golang:1.26.4 AS build # Set the default work directory as “/spanner_migration_tool_bin” in the container. WORKDIR /spanner_migration_tool_bin