Skip to content

Commit f1a882a

Browse files
authored
Update zlib URL (#7474)
* Update zlib URL Per #7468 * Update Dockerfile
1 parent c8e8415 commit f1a882a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/libspng/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN apt-get update && \
2323
RUN git clone --depth 1 https://github.com/randy408/libspng.git
2424
RUN git clone --depth 1 https://github.com/google/fuzzer-test-suite
2525

26-
RUN wget -O $WORK/zlib.tar.gz http://www.zlib.net/zlib-1.2.11.tar.gz
26+
RUN wget -O $WORK/zlib.tar.gz http://www.zlib.net/zlib-1.2.12.tar.gz
2727
RUN tar xzvf $WORK/zlib.tar.gz --directory $SRC/
28-
RUN mv $SRC/zlib-1.2.11 $SRC/zlib
28+
RUN mv $SRC/zlib-1.2.12 $SRC/zlib
2929

3030
WORKDIR libspng
3131
COPY build.sh $SRC/

0 commit comments

Comments
 (0)