diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index 7dd147728..57344399f 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.26.6 AS base +FROM golang:1.27.0 AS base # The devel image is used for local development. FROM base AS devel