Skip to content

Commit

Permalink
Update livekit/gstreamer Docker tag to v1.22.4
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate[bot] authored Jul 6, 2023
1 parent 5c1ec45 commit d36dcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ingress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM livekit/gstreamer:1.20.4-dev
FROM livekit/gstreamer:1.22.4-dev

ARG TARGETPLATFORM

Expand All @@ -21,7 +21,7 @@ COPY version/ version/
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then GOARCH=arm64; else GOARCH=amd64; fi && \
CGO_ENABLED=1 GOOS=linux GOARCH=${GOARCH} GO111MODULE=on go build -a -o ingress ./cmd/server

FROM livekit/gstreamer:1.20.4-prod
FROM livekit/gstreamer:1.22.4-prod

# install wget for health check
RUN apt-get update && apt-get install -y wget
Expand Down

0 comments on commit d36dcbe

Please sign in to comment.