Skip to content

Commit 32286a2

Browse files
authored
NO-ISSUE: upgrade libwebsockets in Container image to the latest version 4.3.3 (#1340)
1 parent a2bef29 commit 32286a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ WORKDIR /build
3333
COPY . .
3434
ENV PROTON_VERSION=main
3535
ENV PROTON_SOURCE_URL=${PROTON_SOURCE_URL:-https://github.com/apache/qpid-proton/archive/${PROTON_VERSION}.tar.gz}
36-
ENV LWS_VERSION=v4.3.2
36+
ENV LWS_VERSION=v4.3.3
3737
ENV LIBUNWIND_VERSION=v1.6.2
3838
ENV LWS_SOURCE_URL=${LWS_SOURCE_URL:-https://github.com/warmcat/libwebsockets/archive/refs/tags/${LWS_VERSION}.tar.gz}
3939
ENV LIBUNWIND_SOURCE_URL=${LIBUNWIND_SOURCE_URL:-https://github.com/libunwind/libunwind/archive/refs/tags/${LIBUNWIND_VERSION}.tar.gz}

0 commit comments

Comments
 (0)