Switched over to odit hosted images as the source images for better performance

This commit is contained in:
Nicolai Ort 2021-08-21 15:50:02 +02:00
parent 3db60088ec
commit 3d032c5bdd
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ ARG CONFIG="\
--add-module=/usr/src/ngx_brotli \
"
FROM alpine:3.14
FROM registry.odit.services/hub/library/alpine:3.14
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ARG NGINX_VERSION
@ -131,7 +131,7 @@ RUN \
| xargs -r apk info --installed \
| sort -u > /tmp/runDeps.txt
FROM alpine:3.14
FROM registry.odit.services/hub/library/alpine:3.14
ARG NGINX_VERSION
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt