apk upgrade production image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-06 22:06:01 -07:00
parent 977e11141c
commit 7ceaf0310f

View File

@@ -8,6 +8,7 @@ RUN go install -v ./...
FROM alpine:3.18
USER root
RUN apk --no-cache add ca-certificates
RUN apk --no-cache upgrade
RUN addgroup geoip && adduser -D -G geoip geoip
WORKDIR /geoip/