diff --git a/docker-to-do/Dockerfile.kaniko-official b/docker-to-do/Dockerfile.kaniko-official index 93e9300e..0e1aeba9 100644 --- a/docker-to-do/Dockerfile.kaniko-official +++ b/docker-to-do/Dockerfile.kaniko-official @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22 +FROM golang:1.23 WORKDIR /src # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)