Update base image and Go
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
FROM golang:1.20.5-alpine AS build
|
||||
FROM golang:1.23.4-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.18
|
||||
FROM alpine:3.21
|
||||
USER root
|
||||
RUN apk --no-cache add ca-certificates
|
||||
RUN apk --no-cache upgrade
|
||||
|
Reference in New Issue
Block a user