Przeglądaj źródła

AjayTripathy-bump-alpine

Ajay Tripathy 5 lat temu
rodzic
commit
d3045498c4
1 zmienionych plików z 1 dodań i 1 usunięć
  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