From 15f245763ba7b412e6dbe16e6768f40a789067f2 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 30 Jan 2023 20:42:54 +0330 Subject: added a readme --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 917b592..1ef3b07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ RUN apk add openssl WORKDIR /certs RUN openssl req -nodes -new -x509 -subj="CN=icanhazallips.terminaldweller.com" -keyout server.key -out server.cert -FROM gcr.io/distroless/static-debian11 -# FROM alpine:3.17 +# FROM gcr.io/distroless/static-debian11 +FROM alpine:3.17 COPY --from=certbuilder /certs /certs COPY --from=builder /icanhazallips/icanhazallips /icanhazallips/icanhazallips ENTRYPOINT ["/icanhazallips/icanhazallips"] -- cgit v1.2.3