Skip to content

Commit

Permalink
Dockerfile: Update GStreamer from 1.22.1 to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Jun 12, 2023
1 parent ea51111 commit cc5f3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM python:3.9-slim-bullseye AS build_gstreamer

# Build and Pre-Install Gstreamer
COPY ./scripts/build_gst.sh /build_gst.sh
RUN GST_VERSION=1.22.1 LIBCAMERA_VERSION=v0.0.4 \
RUN GST_VERSION=1.22.3 LIBCAMERA_VERSION=v0.0.4 \
./build_gst.sh && rm /build_gst.sh


Expand Down

0 comments on commit cc5f3a5

Please sign in to comment.