Skip to content

Commit

Permalink
Merge pull request gocd#12190 from chadlwilson/bump-zlib
Browse files Browse the repository at this point in the history
Bump Alpine packaged zlib to upstream Archlinux 1.3-2 build
  • Loading branch information
chadlwilson authored Oct 31, 2023
2 parents 16e9dfa + cba8d70 commit 0519a19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ enum Distro implements DistroBehavior {
' apk add --no-cache tzdata --virtual .build-deps curl binutils zstd',
' GLIBC_VER="2.34-r0"',
' ALPINE_GLIBC_REPO="https://github.com/sgerrand/alpine-pkg-glibc/releases/download"',
' ZLIB_URL="https://archive.archlinux.org/packages/z/zlib/zlib-1%3A1.3-1-x86_64.pkg.tar.zst"',
' ZLIB_SHA256=8a9b1e5e354197828e74860b846a951cd981833d1b07ae182a539b0524b6ef3a',
' ZLIB_URL="https://archive.archlinux.org/packages/z/zlib/zlib-1%3A1.3-2-x86_64.pkg.tar.zst"',
' ZLIB_SHA256=805ad81ea00486717df264b05567a4a0b812a484a7482110b6159fbea6dc7e63',
' curl -LfsS https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -o /etc/apk/keys/sgerrand.rsa.pub',
' SGERRAND_RSA_SHA256="823b54589c93b02497f1ba4dc622eaef9c813e6b0f0ebbb2f771e32adf9f4ef2"',
' echo "${SGERRAND_RSA_SHA256} */etc/apk/keys/sgerrand.rsa.pub" | sha256sum -c -',
Expand Down

0 comments on commit 0519a19

Please sign in to comment.