From 23aa8bd1df241ecf242690806d282cb811443643 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Tue, 24 Jun 2025 00:19:45 +0800 Subject: [PATCH] fix go docker version --- app/main/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/api/Dockerfile b/app/main/api/Dockerfile index 4a91847..12f447e 100644 --- a/app/main/api/Dockerfile +++ b/app/main/api/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4-alpine AS builder +FROM golang:1.23.4-alpine AS builder LABEL stage=gobuilder