From b3fa55b8ed55a9ee6b549c01621ae07cdbd14c20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:24:23 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87739bd..3e2c581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Start from a Debian image with the latest version of Go installed # and a workspace (GOPATH) configured at /go. -FROM golang:1.23.1 +FROM golang:1.23.2 # Copy the local package files to the container's workspace. ADD . /go/src/github.com/compscidr/goblog/