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

This commit is contained in:
2023-06-06 18:02:26 -07:00
parent 4d1ba7c425
commit 977e11141c
4 changed files with 12 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
FROM golang:1.19.5-alpine AS build
FROM golang:1.20.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.17.1
FROM alpine:3.18
USER root
RUN apk --no-cache add ca-certificates