Skip to content

Commit

Permalink
Dockerfile: Update libcamera from v0.1.0 to v0.2.0+rpt20240215
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Mar 9, 2024
1 parent dd5dcaa commit aa3abb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11.7-slim-bullseye AS build_gstreamer

# Build and Pre-Install Gstreamer
COPY ./scripts/build_gst.sh /build_gst.sh
RUN GST_VERSION=1.24.0 LIBCAMERA_VERSION=v0.1.0 \
RUN GST_VERSION=1.24.0 LIBCAMERA_VERSION=v0.2.0+rpt20240215 \
./build_gst.sh && rm /build_gst.sh


Expand Down

0 comments on commit aa3abb0

Please sign in to comment.