Updated docker go version

This commit is contained in:
shoginyan 2025-02-21 13:21:43 -08:00
parent b5fe4ebf16
commit 12707c44c9

View File

@ -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}