From 1b2da62b8ec86de773e70ce87295d456e7e69d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:48:52 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 551fe26..87739bd 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.0 +FROM golang:1.23.1 # Copy the local package files to the container's workspace. ADD . /go/src/github.com/compscidr/goblog/