force upgrade certs (#4728)

This commit is contained in:
Blake Blackshear 2022-12-17 18:31:39 -06:00 committed by GitHub
parent 06bc9bb4dc
commit d999575832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ RUN cp /etc/apt/sources.list /etc/apt/sources.list~ \
RUN apt-get -yqq build-dep nginx
RUN apt-get -yqq install --no-install-recommends ca-certificates wget \
&& update-ca-certificates -f \
&& mkdir /tmp/nginx \
&& wget https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz \
&& tar -zxf nginx-${NGINX_VERSION}.tar.gz -C /tmp/nginx --strip-components=1 \