Skip to content

Commit

Permalink
bootloader: bump zlib version in Dockerfile to 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed May 6, 2022
1 parent 4a355ab commit 20aaf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
ARG BASE=dockcross/manylinux2014-x64
FROM ${BASE}

ARG ZLIB_VERSION=1.2.11
ARG ZLIB_VERSION=1.2.12

# Download and unpack zlib.
WORKDIR /home/
Expand Down

0 comments on commit 20aaf7f

Please sign in to comment.