Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <[email protected]>
  • Loading branch information
ahmetb committed Oct 7, 2020
1 parent 4db3379 commit c3be954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN apk add --no-cache curl bind-tools
COPY --from=build /app /app

# This is how you integrate with runsd:
ADD https://github.com/ahmetb/runsd/releases/download/v0.0.0-rc.5/runsd /runsd
ADD https://github.com/ahmetb/runsd/releases/download/v0.0.0-rc.6/runsd /runsd
RUN chmod +x /runsd
ENTRYPOINT ["/runsd", "-v=5", "--", "/app"]

0 comments on commit c3be954

Please sign in to comment.