Skip to content

Commit

Permalink
updated zlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshGandhi-AWS committed Sep 28, 2023
1 parent ad34cdb commit e9ae927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-images/integration-tests/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir /home/dependencies
WORKDIR /home/dependencies

RUN wget https://www.zlib.net/zlib-1.3.tar.gz -O /tmp/zlib-1.3.tar.gz && \
tar xzvf /tmp/zlib-1.2.13.tar.gz && \
tar xzvf /tmp/zlib-1.3.tar.gz && \
cd zlib-1.2.13 && \
./configure && \
make && \
Expand Down

0 comments on commit e9ae927

Please sign in to comment.