Skip to content

Commit 21f434b

Browse files
authored
docs: update utilities to use autofunction (#54)
1 parent 965256b commit 21f434b

36 files changed

Lines changed: 62 additions & 396 deletions

.github/workflows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WORKDIR /tmp
3030
ENV JOBS 2
3131

3232
ENV CFLAGS="-fPIC"
33-
ENV ZLIB_VERSION=1.2.11
33+
ENV ZLIB_VERSION=1.2.12
3434
RUN wget -q http://zlib.net/zlib-${ZLIB_VERSION}.tar.gz && \
3535
tar -xzf zlib-${ZLIB_VERSION}.tar.gz && \
3636
cd zlib-${ZLIB_VERSION} && \

0 commit comments

Comments
 (0)