update go version

This commit is contained in:
Sakurasan
2024-10-06 00:56:27 +08:00
parent 236dffa256
commit 05c16df6d2

View File

@@ -3,7 +3,7 @@ WORKDIR /frontend-build
COPY ./web/ .
RUN npm install && npm run build && rm -rf node_modules
FROM golang:1.21-alpine as builder
FROM golang:1.23-alpine as builder
LABEL anther="github.com/Sakurasan"
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk --no-cache add make cmake upx
WORKDIR /build