Sync your own workout data from your "Strong" app
0
fork

Configure Feed

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

updated docker version

+1 -1
+1 -1
Dockerfile
··· 4 4 RUN cd strong-api-fetch && RUSTFLAGS="-C debuginfo=2" cargo install --path . --debug 5 5 6 6 FROM debian:bookworm-slim 7 - ARG VERSION=0.1.0 7 + ARG VERSION=0.2.1 8 8 LABEL version="${VERSION}" 9 9 LABEL org.opencontainers.image.version="${VERSION}" 10 10 RUN apt-get update && apt-get install -y \