switch docker image to distroless
This commit is contained in:
parent
7d66fe6fb0
commit
15310ee2ff
1 changed files with 1 additions and 2 deletions
|
@ -20,10 +20,9 @@ RUN go build -o ntppool-exporter main.go
|
||||||
RUN chmod +x ntppool-exporter
|
RUN chmod +x ntppool-exporter
|
||||||
|
|
||||||
|
|
||||||
FROM debian:12 AS prod
|
FROM gcr.io/distroless/static-debian12 AS prod
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
|
||||||
COPY --from=build /var/app/ntppool-exporter /bin/
|
COPY --from=build /var/app/ntppool-exporter /bin/
|
||||||
|
|
||||||
LABEL maintainer="Adora Laura Kalb <adora@lila.network>"
|
LABEL maintainer="Adora Laura Kalb <adora@lila.network>"
|
||||||
|
|
Loading…
Reference in a new issue