Skip to content

Commit

Permalink
dockerfile golang image
Browse files Browse the repository at this point in the history
  • Loading branch information
ttktatakai committed Jun 14, 2024
1 parent 5884d50 commit 18a9b35
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 18a9b35

Please sign in to comment.