this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add runit to Dockerfiles (for consistency)

+3 -3
+1 -1
cmd/beemo/Dockerfile
··· 17 17 ### Run stage 18 18 FROM alpine:3.20 19 19 20 - RUN apk add --no-cache --update dumb-init ca-certificates 20 + RUN apk add --no-cache --update dumb-init ca-certificates runit 21 21 ENTRYPOINT ["dumb-init", "--"] 22 22 23 23 WORKDIR /
+1 -1
cmd/hepa/Dockerfile
··· 17 17 ### Run stage 18 18 FROM alpine:3.20 19 19 20 - RUN apk add --no-cache --update dumb-init ca-certificates 20 + RUN apk add --no-cache --update dumb-init ca-certificates runit 21 21 ENTRYPOINT ["dumb-init", "--"] 22 22 23 23 WORKDIR /
+1 -1
cmd/palomar/Dockerfile
··· 17 17 ### Run stage 18 18 FROM alpine:3.20 19 19 20 - RUN apk add --no-cache --update dumb-init ca-certificates 20 + RUN apk add --no-cache --update dumb-init ca-certificates runit 21 21 ENTRYPOINT ["dumb-init", "--"] 22 22 23 23 WORKDIR /