Skip to content

Commit ca2bcb4

Browse files
Update cpp-httplib version in Dockerfile
Updated cpp-httplib version to v0.54.1 and adjusted Dockerfile accordingly.
1 parent b0eb785 commit ca2bcb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk update && \
77
apk add --no-cache linux-headers alpine-sdk cmake tcl openssl-dev zlib-dev spdlog spdlog-dev sqlite-dev && \
88
rm -rf /var/cache/apk/*
99

10-
RUN git clone -b v0.53.1 https://github.com/yhirose/cpp-httplib.git cpp-httplib && \
10+
RUN git clone -b v0.54.1 https://github.com/yhirose/cpp-httplib.git cpp-httplib && \
1111
cp /tmp/cpp-httplib/httplib.h /usr/include/ && \
1212
rm -rf /tmp/cpp-httplib
1313

0 commit comments

Comments
 (0)