Update dependencies
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user