Update dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-21 02:09:06 -08:00
parent e16ea1d5a9
commit 4d1ba7c425
4 changed files with 18 additions and 37 deletions

View File

@@ -1,11 +1,11 @@
FROM golang:1.18-alpine3.15 AS build
FROM golang:1.19.5-alpine AS build
RUN apk --no-cache add git
WORKDIR /go/src/github.com/abh/geoipapi
ADD . /go/src/github.com/abh/geoipapi
RUN go install -v ./...
FROM alpine:3.15
FROM alpine:3.17.1
USER root
RUN apk --no-cache add ca-certificates