Skip to content

Commit

Permalink
Merge pull request #15 from veops/dev
Browse files Browse the repository at this point in the history
dockerfile golang image
  • Loading branch information
ttktatakai authored Jun 14, 2024
2 parents 7465321 + 18a9b35 commit 242b3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.4-alpine3.17
FROM golang:alpine
RUN set -eux && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk add tzdata
RUN apk add build-base
Expand Down

0 comments on commit 242b3ec

Please sign in to comment.