From 6db5b12d7bba031fd44891a4637cff4435f0741e Mon Sep 17 00:00:00 2001 From: pigwin Date: Sat, 4 Jan 2025 16:06:19 +0000 Subject: [PATCH] update Dockerfile to use Go version 1.23.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab221cf..13a40bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang image as the base image -FROM golang:1.22.1 +FROM golang:1.23.4 # Set the Current Working Directory inside the container WORKDIR /app