Ver código fonte

feat:更新Dockerfile

lifei6671 7 anos atrás
pai
commit
cc91f99b36
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM golang:1.10.3-alpine3.7
 
 #新增 GLIBC
-ENV GLIBC_VERSION 2.27-r0
+ENV GLIBC_VERSION 2.28-r0
 
 # Download and install glibc
 RUN apk add --update && \