Update base image, minor tweaks

This commit is contained in:
ask
2020-08-09 23:08:12 -07:00
parent ea8dd3fd77
commit 0ade0b9817
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
FROM golang:1.12.6-alpine3.9 AS build
FROM golang:1.14.7-alpine3.12 AS build
WORKDIR /go/src/github.com/abh/geoipapi
ADD . /go/src/github.com/abh/geoipapi
RUN go install -v ./...
FROM quay.io/ntppool/dnsmapper:geoip-data-201906
FROM quay.io/ntppool/dnsmapper:geoip-data-202007
USER root
RUN apk --no-cache add ca-certificates