mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-20 12:51:17 +00:00
Update dumb-init
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0efe62db0e
commit
8738d621fe
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN set -ex \
|
|||
bash \
|
||||
ca-certificates \
|
||||
curl \
|
||||
&& curl -sSfLo /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64 \
|
||||
&& curl -sSfLo /usr/local/bin/dumb-init "https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64" \
|
||||
&& chmod +x /usr/local/bin/dumb-init \
|
||||
&& apk --no-cache del --purge \
|
||||
curl
|
||||
|
|
Loading…
Reference in a new issue