瀏覽代碼

AjayTripathy-bump-alpine

Ajay Tripathy 6 年之前
父節點
當前提交
d3045498c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ RUN set -e ;\
     CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
     go build -a -installsuffix cgo -o /go/bin/app
 
-FROM alpine:3.10.2
+FROM alpine:3.11.6
 RUN apk add --update --no-cache ca-certificates
 COPY --from=build-env /go/bin/app /go/bin/app
 ADD ./configs/default.json /models/default.json