diff --git a/example/Dockerfile b/example/Dockerfile index 960ef68..54d15a1 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -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"]