diff --git a/examples/go/Dockerfile b/examples/go/Dockerfile index 365212c..201c67f 100644 --- a/examples/go/Dockerfile +++ b/examples/go/Dockerfile @@ -1,5 +1,5 @@ # ビルド環境 -FROM golang:1.22 AS builder +FROM golang:1.25 AS builder # アプリケーションのソースコードを含むディレクトリを指定 WORKDIR /app