Skip to content

Commit

Permalink
调整dockerfile中的go版本
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jul 31, 2024
1 parent ad74357 commit d85ab1d
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,4 +1,4 @@
FROM golang:1.18.10-alpine3.16 AS builder
FROM golang:1.22.5-alpine3.20 AS builder

# ENV GOPROXY https://goproxy.io

Expand All @@ -7,7 +7,7 @@ ADD . /app/
WORKDIR /app
RUN go build -o chatgpt-dingtalk .

FROM alpine:3.16
FROM alpine:3.20

ARG TZ="Asia/Shanghai"

Expand Down

0 comments on commit d85ab1d

Please # to comment.