Skip to content

Commit

Permalink
Bump libde265 to v1.0.15 (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vintagesucks and github-actions[bot] committed Dec 27, 2023
1 parent e8c2801 commit d0161bd
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 @@ -52,7 +52,7 @@ ENV IMAGEMAGICK_DEPENDENCIES='\
RUN apt satisfy -y "$IMAGEMAGICK_DEPENDENCIES"

# Build libde265 from source
ENV LIBDE265_VERSION="1.0.14"
ENV LIBDE265_VERSION="1.0.15"
RUN git clone --depth 1 --branch v$LIBDE265_VERSION https://github.com/strukturag/libde265.git
WORKDIR libde265
RUN ./autogen.sh
Expand Down

0 comments on commit d0161bd

Please sign in to comment.