fix the runner image name
Some checks failed
Build and publish the docker image / build (push) Failing after 21s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-04-08 04:51:58 +03:00
parent fe088d901d
commit c09ab7d384
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -11,7 +11,7 @@ WORKDIR /home/builder
RUN git clone --recursive https://github.com/purplei2p/i2pd-tools
RUN make
FROM alpiner AS runner
FROM alpine AS runner
RUN apk add boost openssl zlib
COPY --from=builder routerinfo /usr/bin