From 5c17c5e682909f1f4e0b33f111e3aa0c503d6519 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 4 Dec 2024 20:49:09 -0600 Subject: [PATCH] Bump docker Go version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e30bfe..9498eaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.1 as build +FROM golang:1.23.4 as build WORKDIR /app