Skip to content

Commit

Permalink
Use BUILD_ARCH instead of BUILD_FROM for pulling modsecurity intermed…
Browse files Browse the repository at this point in the history
…iate image for nginx_proxy build
  • Loading branch information
jhampson-dbre committed Jan 25, 2021
1 parent 7f2a954 commit 8a75e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nginx_proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG BUILD_FROM
ARG BUILD_ARCH

FROM jhampdbre/${BUILD_FROM}-nginx-116-modsecurity as build_modsecurity
FROM jhampdbre/${BUILD_ARCH}-nginx-116-modsecurity as build_modsecurity

FROM $BUILD_FROM

Expand Down

0 comments on commit 8a75e56

Please sign in to comment.