feat 修改构建使用的镜像
Some checks failed
Build image / build (push) Has been cancelled

This commit is contained in:
timerzz 2024-12-10 10:48:36 +08:00
parent d957e165d8
commit f9ebc0b91b

View File

@ -1,4 +1,4 @@
FROM golang:alpine as builder
FROM golang:1.22-alpine AS builder
ARG HTTP_PROXY=http://192.168.31.55:10809
ARG HTTPS_PROXY=http://192.168.31.55:10809
ARG GO111MODULE=on