Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
gcslaoli committed Apr 9, 2024
1 parent 073c174 commit ae33089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 使用官方 Golang 镜像作为基础镜像
FROM golang as builder
# 使用官方 Golang Alpine 镜像作为基础镜像
FROM golang:alpine as builder

# 安装 ca-certificates,这样你的应用就可以访问带有 SSL 证书的站点了
RUN apk update && apk add --no-cache ca-certificates tzdata
Expand Down

0 comments on commit ae33089

Please sign in to comment.