From 12707c44c960ecc222a291a5c71df816e2cf7b31 Mon Sep 17 00:00:00 2001 From: shoginyan Date: Fri, 21 Feb 2025 13:21:43 -0800 Subject: [PATCH] Updated docker go version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0470757..16a518b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG app_dir="/home/go/app" # * Building the application -FROM golang:1.22-alpine3.20 AS build +FROM golang:1.23-alpine3.20 AS build ARG app_dir WORKDIR ${app_dir}