From 38995ae2f352093f2a0c6e971becf970cf206bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 08:05:26 +0000 Subject: [PATCH] feat(deps): bump golang from 1.26-alpine to 1.27-alpine Bumps golang from 1.26-alpine to 1.27-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cloudrun.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudrun.Dockerfile b/cloudrun.Dockerfile index 562af40..7c32f08 100644 --- a/cloudrun.Dockerfile +++ b/cloudrun.Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.26-alpine AS builder +FROM golang:1.27-alpine AS builder WORKDIR /app