From ea3294f77936d2a2eef0dc6e7688e06353ac84a8 Mon Sep 17 00:00:00 2001 From: bump Date: Fri, 6 Sep 2024 16:04:05 +0000 Subject: [PATCH] Update docker-golang to 1.23.1 from 1.23.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27d10c37..12d3c28b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # bump: docker-golang /FROM golang:([\d.]+)/ docker:golang|^1 -FROM golang:1.23.0-bookworm AS base +FROM golang:1.23.1-bookworm AS base # expect is used to test cli RUN \