Mirror from bluesky-social/pds
0
fork

Configure Feed

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

bump goat version in Dockerfile

authored by

Alex Garnett and committed by
GitHub
5cfc491d f3f63b6e

+1 -1
+1 -1
Dockerfile
··· 7 7 ENV GODEBUG="netdns=go" 8 8 WORKDIR /tmp 9 9 RUN apk add --no-cache git go 10 - RUN git clone https://github.com/bluesky-social/goat.git && cd goat && git checkout v0.1.2 && go build -o /tmp/goat-build . 10 + RUN git clone https://github.com/bluesky-social/goat.git && cd goat && git checkout v0.2.1 && go build -o /tmp/goat-build . 11 11 12 12 # Move files into the image and install 13 13 WORKDIR /app