Skip to content

Commit

Permalink
Bump turncat version to v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas authored Sep 26, 2024
1 parent 87fe672 commit ac72281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Download and compress external binaries
FROM alpine:3.20 AS builder

ENV TURNCAT_VERSION=v0.20.0
ENV TURNCAT_VERSION=v0.21.0
ENV WEBSOCAT_VERSION=v1.13.0

WORKDIR /app
Expand Down Expand Up @@ -58,4 +58,4 @@ RUN apk add --no-cache \
COPY --from=builder /app/websocat /usr/bin/
COPY --from=builder /app/turncat /usr/bin/

CMD ["exec", "/bin/bash", "-c", "'trap : TERM INT; sleep infinity & wait'"]
CMD ["exec", "/bin/bash", "-c", "'trap : TERM INT; sleep infinity & wait'"]

0 comments on commit ac72281

Please sign in to comment.