Update dependencies

This commit is contained in:
2019-06-24 23:19:07 -07:00
parent f5f0ea4931
commit ea8dd3fd77
235 changed files with 86269 additions and 9344 deletions

View File

@@ -1,11 +1,11 @@
FROM golang:1.10.3-alpine3.8 AS build
FROM golang:1.12.6-alpine3.9 AS build
WORKDIR /go/src/github.com/abh/geoipapi
ADD . /go/src/github.com/abh/geoipapi
RUN go install -v ./...
#FROM alpine:3.7
FROM quay.io/ntppool/dnsmapper:geoip-data-201807
FROM quay.io/ntppool/dnsmapper:geoip-data-201906
USER root
RUN apk --no-cache add ca-certificates
RUN addgroup geoip && adduser -D -G geoip geoip