diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index 868151014..e85b4f135 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.25.4 AS base +FROM golang:1.25.5 AS base # The devel image is used for local development. FROM base AS devel