From 8fdac643c4d9adc547560ab8f10703a78a1ac90a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:00:30 +0000 Subject: [PATCH] Update golang Docker tag to v1.22.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cde1e45..39a31f1 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.22.1 +FROM golang:1.22.2 # Copy the local package files to the container's workspace. ADD . /go/src/github.com/compscidr/goblog/