From 3f00c5697a5dbf20f631a7a6af1bf2e7c28cc420 Mon Sep 17 00:00:00 2001 From: yoge Date: Tue, 31 Mar 2026 21:46:50 +0800 Subject: [PATCH] fix: use private registry golang:1.23-alpine builder image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74e9f26..a0e5046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23-alpine AS builder +FROM crpi-8s2ierii2xan4klg.cn-beijing.personal.cr.aliyuncs.com/texpixel/golang:1.23-alpine AS builder WORKDIR /app