apk upgrade production image
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:
@@ -8,6 +8,7 @@ RUN go install -v ./...
|
|||||||
FROM alpine:3.18
|
FROM alpine:3.18
|
||||||
USER root
|
USER root
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates
|
||||||
|
RUN apk --no-cache upgrade
|
||||||
|
|
||||||
RUN addgroup geoip && adduser -D -G geoip geoip
|
RUN addgroup geoip && adduser -D -G geoip geoip
|
||||||
WORKDIR /geoip/
|
WORKDIR /geoip/
|
||||||
|
Reference in New Issue
Block a user