From 03d3cb4e687d9e66a9eb75dc5911c0144e783b02 Mon Sep 17 00:00:00 2001 From: Ben Good Date: Tue, 12 Mar 2024 22:07:15 +0000 Subject: [PATCH] Updating the Dockerfile to use golang 1.22 as the base image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5890d6c..58865fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.12 +FROM golang:1.22 # Set the Current Working Directory inside the container