From e43959905d886946628d89f8e28d276af14a44a0 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Mon, 16 Aug 2021 11:31:57 -0700 Subject: [PATCH] Update patch file shasum In some way, GitHub changed how they present the .patch file --- 2.6/alpine3.14/Dockerfile | 2 +- Dockerfile.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2.6/alpine3.14/Dockerfile b/2.6/alpine3.14/Dockerfile index 53d1aef8a..cb9086396 100644 --- a/2.6/alpine3.14/Dockerfile +++ b/2.6/alpine3.14/Dockerfile @@ -86,7 +86,7 @@ RUN set -eux; \ # https://bugs.ruby-lang.org/issues/17723 (building with autoconf 2.70+ fails) # https://github.com/ruby/ruby/pull/3773 wget -O 'autoconf-2.70.patch' 'https://github.com/ruby/ruby/commit/fcc88da5eb162043adcba552646677d2ab5adf55.patch'; \ - echo '62eefa55030788d409003eccd945ccc408f02fe0d71616ed1c1bdcaf7a2f8a54 *autoconf-2.70.patch' | sha256sum --check --strict; \ + echo '95565a8a8f0eddd39d76fe8af63fc34b6429c956c8f8fe0aa17282d37adced64 *autoconf-2.70.patch' | sha256sum --check --strict; \ patch -p1 -i autoconf-2.70.patch; \ rm autoconf-2.70.patch; \ \ diff --git a/Dockerfile.template b/Dockerfile.template index 666ae9b91..dfc9a3247 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -143,7 +143,7 @@ RUN set -eux; \ "2.6": { url: "https://github.com/ruby/ruby/pull/3773", commit: "fcc88da5eb162043adcba552646677d2ab5adf55", - sha256: "62eefa55030788d409003eccd945ccc408f02fe0d71616ed1c1bdcaf7a2f8a54", + sha256: "95565a8a8f0eddd39d76fe8af63fc34b6429c956c8f8fe0aa17282d37adced64", }, }[env.version] | if . and env.variant != "alpine3.13" then ( -}}