Skip to content

Commit c3be954

Browse files
committed
update version
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent 4db3379 commit c3be954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ RUN apk add --no-cache curl bind-tools
1010
COPY --from=build /app /app
1111

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

0 commit comments

Comments
 (0)