Commit 6528925e authored by 邹泉安's avatar 邹泉安
Browse files

Update Dockerfile

parent 1115b8b1
FROM golang:alpine AS builder
FROM golang:1.17.5 AS builder
LABEL stage=gobuilder
ENV CGO_ENABLED 0
ENV GOPROXY https://goproxy.cn,direct
RUN apk update --no-cache && apk add --no-cache tzdata
WORKDIR /build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment