Skip to content

Commit

Permalink
Update aler9/rtsp-simple-server Docker tag to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 2af8604 commit d8ce76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/rtmp-relay/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.20 as authBuilder
COPY main.go .
RUN CGO_ENABLED=0 go build -ldflags="-extldflags=-static" -o /auth main.go

FROM aler9/rtsp-simple-server:v0.23.4 AS rtsp
FROM aler9/rtsp-simple-server:v1.0.0 AS rtsp

FROM alpine:3.18

Expand Down

0 comments on commit d8ce76f

Please sign in to comment.