Lets try building the "old" version with cves on drone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
31293ff539
commit
ce0f2eb758
@ -1,4 +1,4 @@
|
|||||||
ARG NGINX_VERSION=1.20.1
|
ARG NGINX_VERSION=1.18.0
|
||||||
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
|
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
|
||||||
ARG CONFIG="\
|
ARG CONFIG="\
|
||||||
--prefix=/etc/nginx \
|
--prefix=/etc/nginx \
|
||||||
@ -47,7 +47,7 @@ ARG CONFIG="\
|
|||||||
--add-module=/usr/src/ngx_brotli \
|
--add-module=/usr/src/ngx_brotli \
|
||||||
"
|
"
|
||||||
|
|
||||||
FROM registry.odit.services/hub/library/alpine:3.14
|
FROM registry.odit.services/hub/library/alpine:3.12
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
||||||
|
|
||||||
ARG NGINX_VERSION
|
ARG NGINX_VERSION
|
||||||
@ -132,7 +132,7 @@ RUN \
|
|||||||
| xargs -r apk info --installed \
|
| xargs -r apk info --installed \
|
||||||
| sort -u > /tmp/runDeps.txt
|
| sort -u > /tmp/runDeps.txt
|
||||||
|
|
||||||
FROM registry.odit.services/hub/library/alpine:3.14
|
FROM registry.odit.services/hub/library/alpine:3.12
|
||||||
ARG NGINX_VERSION
|
ARG NGINX_VERSION
|
||||||
|
|
||||||
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt
|
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user