Skip to content

Commit 91a01fb

Browse files
committed
chore(deps): update golang docker tag to v1.25.4
1 parent 23bcde9 commit 91a01fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# This stage builds the Spanner migration tool binary using its source code.
2121

2222
# Add golang as the base image for the build stage.
23-
FROM golang:1.24.3 AS build
23+
FROM golang:1.25.4 AS build
2424

2525
# Set the default work directory as “/spanner_migration_tool_bin” in the container.
2626
WORKDIR /spanner_migration_tool_bin

0 commit comments

Comments
 (0)