From 4faace97468d7bced1ac4a072f89f151359ee9fa Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 27 Nov 2019 15:13:41 -0800 Subject: [PATCH] Swap "WINCH" for "SIGWINCH" (which fixes containerd's ability to use this value) --- 2.4/Dockerfile | 2 +- 2.4/alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2.4/Dockerfile b/2.4/Dockerfile index e029e9b..5b560a9 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -158,7 +158,7 @@ RUN set -eux; \ httpd -v # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop -STOPSIGNAL WINCH +STOPSIGNAL SIGWINCH COPY httpd-foreground /usr/local/bin/ diff --git a/2.4/alpine/Dockerfile b/2.4/alpine/Dockerfile index 672a54a..ae208a2 100644 --- a/2.4/alpine/Dockerfile +++ b/2.4/alpine/Dockerfile @@ -149,7 +149,7 @@ RUN set -eux; \ httpd -v # https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop -STOPSIGNAL WINCH +STOPSIGNAL SIGWINCH COPY httpd-foreground /usr/local/bin/