Skip to content

Commit

Permalink
NO-ISSUE: upgrade libwebsockets in Container image to the latest vers…
Browse files Browse the repository at this point in the history
…ion 4.3.3 (#1340)
  • Loading branch information
jiridanek authored Jan 5, 2024
1 parent a2bef29 commit 32286a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WORKDIR /build
COPY . .
ENV PROTON_VERSION=main
ENV PROTON_SOURCE_URL=${PROTON_SOURCE_URL:-https://github.com/apache/qpid-proton/archive/${PROTON_VERSION}.tar.gz}
ENV LWS_VERSION=v4.3.2
ENV LWS_VERSION=v4.3.3
ENV LIBUNWIND_VERSION=v1.6.2
ENV LWS_SOURCE_URL=${LWS_SOURCE_URL:-https://github.com/warmcat/libwebsockets/archive/refs/tags/${LWS_VERSION}.tar.gz}
ENV LIBUNWIND_SOURCE_URL=${LIBUNWIND_SOURCE_URL:-https://github.com/libunwind/libunwind/archive/refs/tags/${LIBUNWIND_VERSION}.tar.gz}
Expand Down

0 comments on commit 32286a2

Please sign in to comment.